GenericObject DestroyChildAsync T  Method (String, GenericObjectProperties, Func Response, T , String)Qlik Sense .NET SDK - API Reference
Async destruction of child.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<T> DestroyChildAsync<T>(
	string id,
	[OptionalAttribute] GenericObjectProperties propForThis,
	Func<Response, T> onResult,
	[OptionalAttribute] string userHandle
)

Parameters

id
Type: OnlineSystem String
Identifier of the child to destroyed.
propForThis (Optional)
Type: Qlik.Engine GenericObjectProperties
onResult
Type: OnlineSystem Func Response, T 
userHandle (Optional)
Type: OnlineSystem String
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

IGenericObject DestroyChildAsync T (String, GenericObjectProperties, Func Response, T , String)
See Also