SessionAppAsync Method
Overloads
SessionAppAsync(ILocation, ISession) |
Create and connect to a new session app. This method opens a websocket connection. |
SessionAppAsync(ILocation, ISession)
Create and connect to a new session app. This method opens a websocket connection.
Declaration
public static Task<ICreateSessionAppResult> SessionAppAsync(this ILocation location, ISession session = null)
Parameters
Type | Name | Description |
---|---|---|
ILocation | location |
Location object of the Qlik Sense instance |
ISession | session |
Session information to use. Default value is |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ICreateSessionAppResult> |
A task with the result of the session app creation call as result. |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!