Click or drag to resize

ISession Interface

A representation of a host session.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
public interface ISession : ISessionEvents

The ISession type exposes the following members.

Properties
  NameDescription
Public propertyConnectionState
The session's connection state.
Public propertyDeviceName
The session's device name.
Public propertyId
The unique id of this session.
Public propertyIsConnected
Indicates if this session is connected.
Public propertyName
The name of the session.
Public propertyOia
The session's Operator Information Area.
Public propertyPresentationSpace
The host's presentation space.
Public propertyType
The session's type.
Top
Methods
  NameDescription
Public methodConnect
Establishes a connection to the host.
Public methodDisconnect
Disconnects from the host.
Top
Events
  NameDescription
Public eventConnectionError
Raised when a connection error occurs.
(Inherited from ISessionEvents.)
Public eventConnectionStateChanged
Raised when the connection state changes.
(Inherited from ISessionEvents.)
Top
See Also