Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

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 Session.Random

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!