Click or drag to resize
AppDestroyGenericSessionObjectAsync Method (String, AsyncHandle)

Removes a transient object.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<bool> DestroyGenericSessionObjectAsync(
	string id,
	AsyncHandle asyncHandle = null
)

Parameters

id
Type: SystemString
Identifier of the transient object This parameter is mandatory.
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Return Value

Type: TaskBoolean

Implements

IAppDestroyGenericSessionObjectAsync(String, AsyncHandle)
See Also