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 |