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: 2.1.0.0+Build:7.origin/release/ms13
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 synchronize shutdown events with all outstanding tasks
Public propertyHub
The active Hub
Public propertyServerUri
The Uri used to connect to the Qlik Sense 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