Click or drag to resize
IFieldLockAsyncT Method (FuncResponse, T, 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
Task<T> LockAsync<T>(
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

onResult
Type: SystemFuncResponse, T
Continuation function
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Type Parameters

T

Return Value

Type: TaskT
See Also