GenericObjectEndSelectionsAsync Method |
Ends the selection mode on a visualization. The selections are accepted or aborted when exiting the selection mode, depending on the qAccept parameter value.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task EndSelectionsAsync(
bool accept,
AsyncHandle asyncHandle = null
)
Public Function EndSelectionsAsync (
accept As Boolean,
Optional asyncHandle As AsyncHandle = Nothing
) As Task
Parameters
- accept
- Type: SystemBoolean
Set this parameter to true to accept the selections before exiting the selection mode. - asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request
Return Value
Type:
TaskImplements
IGenericObjectEndSelectionsAsync(Boolean, AsyncHandle)See Also