Skip to main content Skip to complementary content

AppAsync Method

Overloads

AppAsync(String, SessionToken, Boolean)

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

AppAsync(String, SessionToken, Boolean)

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

Declaration

      public Task<IApp> AppAsync(string appId, SessionToken sessionToken = null, bool noData = false)
    

Parameters

Type Name Description
System.String appId

The ID of the app to open.

SessionToken sessionToken

Session identification token. A value of null is equivalent to Session.Default().

System.Boolean noData

Open the app without data

Returns

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

A task with an IApp instance as result.

Implements

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!