Click or drag to resize
IAppCreateGenericObjectAsyncT Method (GenericObjectProperties, FuncResponse, T, AsyncHandle)

Creates a generic object at app level. For more information on generic objects, see Generic object definition.

It is possible to create a generic object that is linked to another object.

A linked object is an object that points to a linking object. The linking object is defined in the properties of the linked object (in qExtendsId).

The linked object has the same properties as the linking object.

The linking object cannot be a transient object.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<T> CreateGenericObjectAsync<T>(
	GenericObjectProperties prop,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

prop
Type: Qlik.EngineGenericObjectProperties
<!-- ##description --> Information about the object This parameter is mandatory. <!-- ##description -->
onResult
Type: SystemFuncResponse, T
Continuation function
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Type Parameters

T

Return Value

Type: TaskT
See Also