| IQlikConnection Interface |
Namespace: Qlik.Engine.Communication
The IQlikConnection type exposes the following members.
| Name | Description | |
|---|---|---|
| NewT |
Create a new structure bound to this session
| |
| 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
| |
| 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
|