Click or drag to resize
QlikConnection Class
QlikConnection is responsible for handling the communication with a Qlik Sense instance
Inheritance Hierarchy
SystemObject
  Qlik.Engine.CommunicationQlikConnection

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class QlikConnection : IQlikConnection, 
	IDisposable

The QlikConnection type exposes the following members.

Constructors
  NameDescription
Public methodQlikConnection
Creates a new connection to a Qlik Sense instancece based on a known location and specific session
Top
Methods
  NameDescription
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
Registation method for visualizations
Public methodSendAsync(Request)
Sends a request asyncronously to a Qlik Sense instance
Public methodSendAsync(Int32, String, IEnumerableString, Object)
Sends a request asyncronously to a Qlik Sense instance
Public methodSendAsyncT(Request, FuncResponse, T)
Sends a request asyncronously to a Qlik Sense instance with a specified response handler
Top
Properties
  NameDescription
Public propertyApp
The active App if any
Public propertyCancellationToken
The token used to syncronize shutdown events with all outstanding tasks
Public propertyHub
The active Hub
Public propertyServerUri
The Uri used to connect to the Qlik Sence instance
Public propertySession
The session metadata used for identifying the currently used connection
Public propertySessionToken
The session metadata token used for identifying the currently used connection
Public propertyStatic memberTimeout
Timeout value used for synchronous calls to engine. Usually used together with CancellationToken.
Top
Events
  NameDescription
Public eventPushMessage
Will catch all responses without registerd reciever
Top
See Also