| QlikConnection Methods |
The QlikConnection type exposes the following members.
| 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
|