QlikConnection Class |
Namespace: Qlik.Engine.Communication
The QlikConnection type exposes the following members.
Name | Description | |
---|---|---|
QlikConnection |
Creates a new connection to a Qlik Sense instancece based on a known location and specific session
|
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
NewT |
Create a new structure bound to this session
| |
RegisterVisualizationT |
Registation method for visualizations
| |
SendAsync(Request) |
Sends a request asyncronously to a Qlik Sense instance
| |
SendAsync(Int32, String, IEnumerableString, Object) |
Sends a request asyncronously to a Qlik Sense instance
| |
SendAsyncT(Request, FuncResponse, T) |
Sends a request asyncronously to a Qlik Sense instance with a specified response handler
|
Name | Description | |
---|---|---|
App |
The active App if any
| |
CancellationToken |
The token used to syncronize shutdown events with all outstanding tasks
| |
Hub |
The active Hub
| |
ServerUri |
The Uri used to connect to the Qlik Sence 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.
|
Name | Description | |
---|---|---|
PushMessage |
Will catch all responses without registerd reciever
|