Click or drag to resize
FieldLockAsync Method (AsyncHandle)

* Locks all selected values of a specific field if the target (or handle ) is a field

* Locks selected values of a generic object if the target (or handle ) is a generic object

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<bool> LockAsync(
	AsyncHandle asyncHandle = null
)

Parameters

asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskBoolean

Implements

IFieldLockAsync(AsyncHandle)
See Also