Skip to main content Skip to complementary content

UnlockAllAsync Method

Overloads

UnlockAllAsync(String)

Unlocks all selections in fields for current state.

UnlockAllAsync(AsyncHandle, String)

Unlocks all selections in fields for current state.

UnlockAllAsync(String)

Unlocks all selections in fields for current state.

Declaration

      public Task UnlockAllAsync([QixName("qStateName")] string stateName = null)
    

Parameters

Type Name Description
System.String stateName

Alternate state name. When set, applies to alternate state instead of current.

Returns

Type Description
System.Threading.Tasks.Task

Implements

UnlockAllAsync(AsyncHandle, String)

Unlocks all selections in fields for current state.

Declaration

      public Task UnlockAllAsync(AsyncHandle asyncHandle, [QixName("qStateName")] string stateName = null)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String stateName

Alternate state name. When set, applies to alternate state instead of current.

Returns

Type Description
System.Threading.Tasks.Task

Implements

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!