Click or drag to resize
FieldSelectValuesAsyncT Method (AsyncHandle, FuncResponse, T, IEnumerableFieldValue, Boolean, Boolean)

Selects some values in a field, by entering the values to select.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<T> SelectValuesAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	IEnumerable<FieldValue> fieldValues,
	bool toggleMode = false,
	bool softLock = false
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
fieldValues
Type: System.Collections.GenericIEnumerableFieldValue
List of the values to select.
toggleMode (Optional)
Type: SystemBoolean
The default value is false. This parameter is optional.
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.

Type Parameters

T

Return Value

Type: TaskT

Implements

IFieldSelectValuesAsyncT(AsyncHandle, FuncResponse, T, IEnumerableFieldValue, Boolean, Boolean)
See Also