Skip to main content Skip to complementary content

UnlockAsync Method

Overloads

UnlockAsync()

Unlocks all selected values of a specific field if the target (or handle ) is a field.

UnlockAsync(AsyncHandle)

Unlocks all selected values of a specific field if the target (or handle ) is a field.

UnlockAsync<T>(AsyncHandle, Func<Response, T>)

Unlocks all selected values of a specific field if the target (or handle ) is a field.

UnlockAsync()

Unlocks all selected values of a specific field if the target (or handle ) is a field.

Declaration

      Task<bool> UnlockAsync()
    

Returns

Type Description
System.Threading.Tasks.Task<System.Boolean>

Remarks

The operation is successful if Return is set to true.

UnlockAsync(AsyncHandle)

Unlocks all selected values of a specific field if the target (or handle ) is a field.

Declaration

      Task<bool> UnlockAsync(AsyncHandle asyncHandle)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

Returns

Type Description
System.Threading.Tasks.Task<System.Boolean>

Remarks

The operation is successful if Return is set to true.

UnlockAsync<T>(AsyncHandle, Func<Response, T>)

Unlocks all selected values of a specific field if the target (or handle ) is a field.

Declaration

      Task<T> UnlockAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Remarks

The operation is successful if Return is set to true.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!