Skip to main content Skip to complementary content

LockAllAsync Method

Overloads

LockAllAsync(String)

Locks all selections in fields for current state.

LockAllAsync(AsyncHandle, String)

Locks all selections in fields for current state.

LockAllAsync(String)

Locks all selections in fields for current state.

Declaration

      Task LockAllAsync([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

LockAllAsync(AsyncHandle, String)

Locks all selections in fields for current state.

Declaration

      Task LockAllAsync(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

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!