Click or drag to resize
AppFieldUnlockAsync Method (Int32, IEnumerableInt32, AsyncHandle)

Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client (in Qlik.Sense.Client.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task UnlockAsync(
	int index,
	IEnumerable<int> colIndices = null,
	AsyncHandle asyncHandle = null
)

Parameters

index
Type: SystemInt32
Index-0 based Hypercube/ListObject definition reference
colIndices (Optional)
Type: System.Collections.GenericIEnumerableInt32
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Return Value

Type: Task

Implements

IAppFieldUnlockAsync(Int32, IEnumerableInt32, AsyncHandle)
See Also