Click or drag to resize
IFieldSelectAsyncT Method (String, Boolean, Int32, FuncResponse, T, AsyncHandle)

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<T> SelectAsync<T>(
	string match,
	bool softLock = false,
	int excludedValuesMode = 0,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

match
Type: SystemString
softLock (Optional)
Type: SystemBoolean
excludedValuesMode (Optional)
Type: SystemInt32
onResult
Type: SystemFuncResponse, T
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Type Parameters

T

Return Value

Type: TaskT
See Also