Removes a transient object.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<bool> DestroyGenericSessionObjectAsync(
string id,
string userHandle = null
)
public Task<bool> DestroyGenericSessionObjectAsync(
string id,
string userHandle = null
)
Public Function DestroyGenericSessionObjectAsync (
id As String,
Optional userHandle As String = Nothing
) As Task(Of Boolean)
Public Function DestroyGenericSessionObjectAsync (
id As String,
Optional userHandle As String = Nothing
) As Task(Of Boolean)
Parameters
- id
- Type:
System String
Identifier of the transient object
This parameter is mandatory.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task
Boolean Implements
IApp DestroyGenericSessionObjectAsync(String, String)