IRtConnection Properties

The IRtConnection interface exposes the properties listed in the following table:

Properties

Description

IsConnected

Gets a Boolean value indicating whether the connection is established with the runtime system. This property returns true if the connection is established with the runtime system. It returns false if the connection is not established with the runtime. See IConnection Properties for details on using the IsConnected object.

Logger

Returns the logger object to the client. The client can then use this object to log information in the same log file as the Access Layer API. See ILogger Interface for more information on using the Logger object.