Click or drag to resize
GenericObjectCreateChildAsyncT Method (GenericObjectProperties, GenericObjectProperties)
Async creation of child generic object

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<T> CreateChildAsync<T>(
	GenericObjectProperties prop,
	[OptionalAttribute] GenericObjectProperties propForThis
)
where T : GenericObject

Parameters

prop
Type: Qlik.EngineGenericObjectProperties
Properties for the child to create
propForThis (Optional)
Type: Qlik.EngineGenericObjectProperties
Properties for the parent object (this)

Type Parameters

T
Type of the child to create

Return Value

Type: TaskT
A task with the created object as result

Implements

IGenericObjectCreateChildAsyncT(GenericObjectProperties, GenericObjectProperties)
See Also