SessionAppFromApp Method
Overloads
SessionAppFromApp(ILocation, String, ISession) |
Create and connect to a new session app based on another app. This method opens a websocket connection. |
|
SessionAppFromApp(ILocation, IAppIdentifier, ISession) |
Create and connect to a new session app based on another app. This method opens a websocket connection. |
SessionAppFromApp(ILocation, String, ISession)
Create and connect to a new session app based on another app. This method opens a websocket connection.
Declaration
public static ICreateSessionAppFromAppResult SessionAppFromApp(this ILocation location, string appId, ISession session = null)
Parameters
Returns
Type | Description |
---|---|
ICreateSessionAppFromAppResult |
The result of the session app creation call. |
SessionAppFromApp(ILocation, IAppIdentifier, ISession)
Create and connect to a new session app based on another app. This method opens a websocket connection.
Declaration
public static ICreateSessionAppFromAppResult SessionAppFromApp(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 |
Returns
Type | Description |
---|---|
ICreateSessionAppFromAppResult |
The result of the session app creation call. |