The IConnection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | DataHandler |
The DataHandler retrieves an object for handling the data being exchanged with
the runtime system. See the IRtConnection interface reference for details on
its supported methods and properties.
|
![]() | IsBusy |
Retrives the current busy state of the connection.
|
![]() | IsConnected |
Retrieved the current connected state of the connection.
|
![]() | Logger |
Returns the Logging object to the client
|
![]() | MessagesHandler |
The MessagesHandler retrieves an object for handling unsolicited messages from
the runtime system. See the IUnsolicitedMessages interface reference for details on
its supported methods and properties.
|
![]() | SessionId |
Returns an integer value that contains the session id for the connection.
|
![]() | Status |
Holds the current status information sent by the runtime system
|
See Also