Click or drag to resize
QlikConnection Methods

The QlikConnection type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAwaitResponse(Task, String, CancellationToken)
Await the arrival of a response for a method call to the engine.
Public methodStatic memberAwaitResponseT(TaskT, String, CancellationToken)
Await the arrival of a response for a method call to the engine.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodNewT
Create a new structure bound to this session
Public methodStatic memberRegisterVisualizationT Obsolete.
Registration method for visualizations
Public methodSendAsync(Request)
Sends a request asynchronously to a Qlik Sense instance
Public methodSendAsync(Int32, String, IEnumerableString, Object)
Sends a request asynchronously to a Qlik Sense instance
Public methodSendAsyncT(Request, FuncResponse, T)
Sends a request asynchronously to a Qlik Sense instance with a specified response handler
Top
See Also