FieldSelectPossibleAsyncT Method (Boolean, FuncResponse, T, AsyncHandle) |
Selects all possible values in a specific field.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task<T> SelectPossibleAsync<T>(
bool softLock = false,
Func<Response, T> onResult,
AsyncHandle asyncHandle = null
)
Public Function SelectPossibleAsync(Of T) (
Optional softLock As Boolean = false,
onResult As Func(Of Response, T),
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of T)
Parameters
- softLock (Optional)
- Type: SystemBoolean
Set to true to ignore locks; in that case, locked fields can be selected.
The default value is false.
This parameter is optional. - onResult
- Type: SystemFuncResponse, T
Continuation function - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Type Parameters
- T
Return Value
Type:
TaskTImplements
IFieldSelectPossibleAsyncT(Boolean, FuncResponse, T, AsyncHandle)See Also