Click or drag to resize

IConnector Interface

An object representing the connection to a Host Access for the Cloud session server.

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 IConnector : IConnectorEvents

The IConnector type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleProperties
Gets or sets the Connector properties.
Public propertySessionManager
Retrieves the connector's Session Manager.
Top
Methods
  NameDescription
Public methodConnect
Connects to the session server.
Public methodDisconnect
Disconnects from the session server.
Top
Events
  NameDescription
Public eventConnectorError
Raised when an error occurs.
(Inherited from IConnectorEvents.)
Top
See Also