Click or drag to resize
IQlikConnection Interface
QlikConnection is responsible for handling the communication with a Qlik Sense instance

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

The IQlikConnection type exposes the following members.

Methods
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
Top
See Also