Skip to main content Skip to complementary content

AppAsync Method

Overloads

AppAsync(ILocation, IAppIdentifier, ISession, Boolean)

Connect to a Qlik Sense app. This method opens a websocket connection.

AppAsync(ILocation, String, ISession, Boolean)

Connect to a Qlik Sense app. This method opens a websocket connection.

AppAsync(ILocation, IAppIdentifier, ISession, Boolean)

Connect to a Qlik Sense app. This method opens a websocket connection.

Declaration

      public static Task<IApp> AppAsync(this ILocation location, IAppIdentifier appIdentifier, ISession session = null, bool noData = false)
    

Parameters

Type Name Description
ILocation location

Location object of the Qlik Sense instance

IAppIdentifier appIdentifier

Token to identify a unique app

ISession session

Defines a specific app session, that can be connected to.

System.Boolean noData

Open the app without data

Returns

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

Returns a task, the result contains the IApp

AppAsync(ILocation, String, ISession, Boolean)

Connect to a Qlik Sense app. This method opens a websocket connection.

Declaration

      public static Task<IApp> AppAsync(this ILocation location, string appId, ISession session = null, bool noData = false)
    

Parameters

Type Name Description
ILocation location

Location object of the Qlik Sense instance

System.String appId

The ID of the app

ISession session

Defines a specific app session, that can be connected to.

System.Boolean noData

Open the app without data

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!