IQcsLocation Interface
Assembly: Qlik.Engine.dll
Interface for handling connections to Qlik Cloud Services.
Syntax
public interface IQcsLocation : IQcsLocation, IGenericLocation
Methods
Name | Description |
---|---|
App(String, SessionToken, Boolean) |
Connect to a Qlik Sense app. This method opens a websocket connection. |
AppAsync(AsyncHandle, String, SessionToken, Boolean) |
Connect to a Qlik Sense app. This method opens a websocket connection. |
AppAsync(AsyncHandle, String, Action<IHub>, SessionToken, Boolean) |
Connect to a Qlik Sense app. The This method opens a websocket connection. |
AppAsync(String, SessionToken, Boolean) |
Connect to a Qlik Sense app. This method opens a websocket connection. |
SessionApp() |
Create and connect to a session app. This method opens a websocket connection. |
SessionAppAsync() |
Create and connect to a session app. This method opens a websocket connection. |
SessionAppFromApp(String) |
Create and connect to a session app. This method opens a websocket connection. |
SessionAppFromAppAsync(String) |
Create and connect to a session app. This method opens a websocket connection. |
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!