Click or drag to resize
IConnector Events

The IConnector type exposes the following members.

Events
  NameDescription
Public eventActivityRecorded
Raised when an activity is recorded by the connector.
Public eventAddingConnection
Raised when a connection has been established. The connection will not yet be in the list of established connections, writes on the connector will not go to this connection. Usually raised from a background thread.
Public eventConnectionClosed
Raised when a connection has been permanently closed. This will usually be raised from a background thread.
Public eventConnectionEstablished
Raised when a connection has been established. This will usually be raised from a background thread. The connection will be in the list of established connections when this is raised.
Public eventConnectionStateChanged
Raised when a connection's connection state has changed. This will usually be raised from a background thread. Sender will either be an IConnection or this IConnector.
Public eventExceptionCaught
Raised when an exception is caught on the background thread. The background thread should not pass ThreadAbortException through this.
(Inherited from IBackgroundThreadExceptionCatcher.)
Top
See Also