Click or drag to resize
GenericObjectDestroyChildAsyncT Method (String, GenericObjectProperties, FuncResponse, T, 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<T> DestroyChildAsync<T>(
	string id,
	[OptionalAttribute] GenericObjectProperties propForThis,
	Func<Response, T> onResult,
	[OptionalAttribute] AsyncHandle asyncHandle
)

Parameters

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

Type Parameters

T

Return Value

Type: TaskT

Implements

IGenericObjectDestroyChildAsyncT(String, GenericObjectProperties, FuncResponse, T, AsyncHandle)
See Also