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

Removes an app object.

The children of the object (if any) are removed as well.

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

Parameters

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

Return Value

Type: TaskBoolean

Implements

IAppDestroyGenericObjectAsync(String, AsyncHandle)
See Also