| IAppDestroyGenericSessionObjectAsync Method (AsyncHandle, String) |
Removes a transient object.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
SyntaxTask<bool> DestroyGenericSessionObjectAsync(
AsyncHandle asyncHandle,
string id
)
Function DestroyGenericSessionObjectAsync (
asyncHandle As AsyncHandle,
id As String
) As Task(Of Boolean)
Parameters
- asyncHandle
- Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request - id
- Type: SystemString
Identifier of the transient object
This parameter is mandatory.
Return Value
Type:
TaskBoolean
See Also