ActiveAppAsync Method
Overloads
ActiveAppAsync(ILocation, IAppIdentifier, ISession) |
Connect to an already active Qlik Sense app This method opens a websocket connection. |
ActiveAppAsync(ILocation, IAppIdentifier, ISession)
Connect to an already active Qlik Sense app This method opens a websocket connection.
Declaration
public static Task<IApp> ActiveAppAsync(this ILocation location, IAppIdentifier appIdentifier, ISession session = null)
Parameters
Type | Name | Description |
---|---|---|
ILocation | location |
Location object of the Qlik Sense instance |
IAppIdentifier | appIdentifier |
Token to identify an unique app |
ISession | session |
Defines a specific app session, that can be connected to. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<IApp> |
Returns a task, the result contains the IApp |
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!