Skip to main content Skip to complementary content

SessionAppFromAppAsync Method

Overloads

SessionAppFromAppAsync(ILocation, String, ISession)

Create and connect to a new session app based on another app. This method opens a websocket connection.

SessionAppFromAppAsync(ILocation, IAppIdentifier, ISession)

Create and connect to a new session app based on another app. This method opens a websocket connection.

SessionAppFromAppAsync(ILocation, String, ISession)

Create and connect to a new session app based on another app. This method opens a websocket connection.

Declaration

      public static Task<ICreateSessionAppFromAppResult> SessionAppFromAppAsync(this ILocation location, string appId, ISession session = null)
    

Parameters

Type Name Description
ILocation location

Location object of the Qlik Sense instance

System.String appId

The ID of the app.

ISession session

Session information to use. Default value is Session.Random

Returns

Type Description
System.Threading.Tasks.Task<ICreateSessionAppFromAppResult>

A task with the result of the session app creation call as result.

SessionAppFromAppAsync(ILocation, IAppIdentifier, ISession)

Create and connect to a new session app based on another app. This method opens a websocket connection.

Declaration

      public static Task<ICreateSessionAppFromAppResult> SessionAppFromAppAsync(this ILocation location, IAppIdentifier appIdentifier, ISession session = null)
    

Parameters

Type Name Description
ILocation location

Location object of the Qlik Sense instance

IAppIdentifier appIdentifier

The identifier of the app.

ISession session

Session information to use. Default value is Session.Random

Returns

Type Description
System.Threading.Tasks.Task<ICreateSessionAppFromAppResult>

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!