Click or drag to resize
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.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task EndSelectionsAsync(
	bool accept,
	AsyncHandle asyncHandle = null
)

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: Task

Implements

IGenericObjectEndSelectionsAsync(Boolean, AsyncHandle)
See Also