| QlikConnection Class |
Namespace: Qlik.Engine.Communication
The QlikConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| QlikConnection |
Creates a new connection to a Qlik Sense instance based on a known location and specific session
|
| Name | Description | |
|---|---|---|
| AwaitResponse(Task, String, CancellationToken) |
Await the arrival of a response for a method call to the engine.
| |
| AwaitResponseT(TaskT, String, CancellationToken) |
Await the arrival of a response for a method call to the engine.
| |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| NewT |
Create a new structure bound to this session
| |
| RegisterVisualizationT | Obsolete.
Registration method for visualizations
| |
| SendAsync(Request) |
Sends a request asynchronously to a Qlik Sense instance
| |
| SendAsync(Int32, String, IEnumerableString, Object) |
Sends a request asynchronously to a Qlik Sense instance
| |
| SendAsyncT(Request, FuncResponse, T) |
Sends a request asynchronously to a Qlik Sense instance with a specified response handler
|
| Name | Description | |
|---|---|---|
| App |
The active App if any
| |
| CancellationToken |
The token used to synchronize shutdown events with all outstanding tasks
| |
| Hub |
The active Hub
| |
| RetryCountLimit |
Maximum number of connection retry attemps performed when opening a websocket connection. Default is 3.
| |
| ServerUri |
The Uri used to connect to the Qlik Sense instance
| |
| Session |
The session metadata used for identifying the currently used connection
| |
| SessionToken |
The session metadata token used for identifying the currently used connection
| |
| Timeout |
Timeout value used for synchronous calls to engine. Usually used together
with CancellationToken.
| |
| WebSocketFactory |
| Name | Description | |
|---|---|---|
| PushMessage |
Will catch all responses without registered receiver
|