App CreateGenericSessionObjectAsync Method Qlik Sense .NET SDK - API Reference
Overload List

  NameDescription
Public methodCreateGenericSessionObjectAsync(GenericObjectProperties, String)

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. The linked object has the same properties as the linking object.

The linking object cannot be a transient object.
Public methodCreateGenericSessionObjectAsync T (GenericObjectProperties, Func Response, T , String)

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. The linked object has the same properties as the linking object.

The linking object cannot be a transient object.
Back to Top
See Also