GenericObject CreateChildAsync T  Method Qlik Sense .NET SDK - API Reference
Async creation of child generic object

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

public Task<T> CreateChildAsync<T>(
	GenericObjectProperties prop,
	[OptionalAttribute] GenericObjectProperties propForThis,
	[OptionalAttribute] Func<Response, T> onResult,
	[OptionalAttribute] string userHandle
)
where T : GenericObject

Parameters

prop
Type: Qlik.Engine GenericObjectProperties
propForThis (Optional)
Type: Qlik.Engine GenericObjectProperties
onResult (Optional)
Type: OnlineSystem Func Response, T 
userHandle (Optional)
Type: OnlineSystem String
Type Parameters

T

Return Value

Type: OnlineTask T 

Implements

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