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

Creates a transient object. For example, you can use a transient object to create an app overview or a story overview.

It is possible to create a transient 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: 2.1.0.0+Build:7.origin/release/ms13
Syntax
Task<T> CreateGenericSessionObjectAsync<T>(
	AsyncHandle asyncHandle,
	Func<Response, T> onResult,
	GenericObjectProperties prop
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
onResult
Type: SystemFuncResponse, T
Continuation function
prop
Type: Qlik.EngineGenericObjectProperties
Information about the object This parameter is mandatory.

Type Parameters

T

Return Value

Type: TaskT
See Also