Click or drag to resize
AppFieldLockAsync Method (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 LockAsync(
	IEnumerable<int> colIndices = null,
	AsyncHandle asyncHandle = null
)

Parameters

colIndices (Optional)
Type: System.Collections.GenericIEnumerableInt32
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Return Value

Type: Task

Implements

IAppFieldLockAsync(IEnumerableInt32, AsyncHandle)
See Also