IApp CreateGenericObjectAsync T  Method (GenericObjectProperties, Func Response, T , String)Qlik Sense .NET SDK - API Reference

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. 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.0.1.0 (1.0.1.0)
Syntax

Task<T> CreateGenericObjectAsync<T>(
	GenericObjectProperties prop,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

prop
Type: Qlik.Engine GenericObjectProperties
<!-- ##description --> Information about the object This parameter is mandatory. <!-- ##description -->
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 
See Also