IMockupConnection Properties

The IMockupConnection type exposes the following members.

Properties

  NameDescription
Public propertyDataHandler
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.
(Inherited from IConnection.)
Public propertyIsBusy
Retrives the current busy state of the connection.
(Inherited from IConnection.)
Public propertyIsConnected
Retrieved the current connected state of the connection.
(Inherited from IConnection.)
Public propertyLogger
Returns the Logging object to the client
(Inherited from IConnection.)
Public propertyMessagesHandler
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.
(Inherited from IConnection.)
Public propertySessionId
Returns an integer value that contains the session id for the connection.
(Inherited from IConnection.)
Public propertyStatus
Holds the current status information sent by the runtime system
(Inherited from IConnection.)
Top
See Also

Reference