Click or drag to resize
GenericObjectDestroyChildAsync Method (String, GenericObjectProperties, AsyncHandle)
Async destruction of child.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<bool> DestroyChildAsync(
	string id,
	[OptionalAttribute] GenericObjectProperties propForThis,
	[OptionalAttribute] AsyncHandle asyncHandle
)

Parameters

id
Type: SystemString
Identifier of the child to destroyed.
propForThis (Optional)
Type: Qlik.EngineGenericObjectProperties
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Return Value

Type: TaskBoolean

Implements

IGenericObjectDestroyChildAsync(String, GenericObjectProperties, AsyncHandle)
See Also