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
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 |
UnlockAllAsync(AsyncHandle, String)
Unlocks all selections in fields for current state.
Declaration
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 |
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!