UnlockAsync Method
Overloads
| UnlockAsync(String, IEnumerable<Int32>) | Unlocks the selected values of a generic object if the target (or handle ) is a generic object | |
| UnlockAsync(AsyncHandle, String, IEnumerable<Int32>) | Unlocks the selected values of a generic object if the target (or handle ) is a generic object | 
UnlockAsync(String, IEnumerable<Int32>)
Unlocks the selected values of a generic object if the target (or handle ) is a generic object
Declaration
      Task UnlockAsync([QixName("qPath")] string path, [QixName("qColIndices")] IEnumerable<int> colIndices = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | Path to the definition of the object.
For example,  | 
| System.Collections.Generic.IEnumerable<System.Int32> | colIndices | Dimension numbers/indexes where the unlock should apply. Dimension numbers/indexes start from 0. If this parameter is not set, the locked values in all dimensions are unlocked. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
UnlockAsync(AsyncHandle, String, IEnumerable<Int32>)
Unlocks the selected values of a generic object if the target (or handle ) is a generic object
Declaration
      Task UnlockAsync(AsyncHandle asyncHandle, [QixName("qPath")] string path, [QixName("qColIndices")] IEnumerable<int> colIndices = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.String | path | Path to the definition of the object.
For example,  | 
| System.Collections.Generic.IEnumerable<System.Int32> | colIndices | Dimension numbers/indexes where the unlock should apply. Dimension numbers/indexes start from 0. If this parameter is not set, the locked values in all dimensions are unlocked. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |