| IPivotTableUnlockAsync Method (IEnumerableInt32, AsyncHandle) | 
 
Namespace: Qlik.Sense.Client.VisualizationsAssembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask UnlockAsync(
	IEnumerable<int> colIndices = null,
	AsyncHandle asyncHandle = null
)
Function UnlockAsync ( 
	Optional colIndices As IEnumerable(Of Integer) = Nothing,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- colIndices (Optional)
 - Type: System.Collections.GenericIEnumerableInt32
 - asyncHandle (Optional)
 - Type: Qlik.EngineAsyncHandle
 
Return Value
Type: 
Task
See Also