| IAppDestroyGenericObjectAsync Method (String, AsyncHandle) | 
Removes an app object. 
The children of the object (if any) are removed as well.
 
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
SyntaxTask<bool> DestroyGenericObjectAsync(
	string id,
	AsyncHandle asyncHandle = null
)
Function DestroyGenericObjectAsync ( 
	id As String,
	Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Boolean)
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
See Also