Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
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, AsyncHandle, 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, AsyncHandle, 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, AsyncHandle, IAppIdentifier, ISession, Boolean)

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

Declaration

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

Parameters

Type Name Description
ILocation location

Location object of the Qlik Sense instance

AsyncHandle asyncHandle

Handle to asynchronous method request.

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

AppAsync(ILocation, AsyncHandle, String, ISession, Boolean)

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

Declaration

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

Parameters

Type Name Description
ILocation location

Location object of the Qlik Sense instance

AsyncHandle asyncHandle

Handle to asynchronous method request.

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!