Click or drag to resize
IConnectorActivityLog Methods

The IConnectorActivityLog type exposes the following members.

Methods
  NameDescription
Public methodGetActiveConnectors
Returns an array of every connector currently being tracked by the logger.
Public methodGetActivityHistory
Returns the last so-many activities recorded by the logger. The exact number is undefined, but it always contains the latest set of activities.
Public methodRecordConnectorCreated
Called by every connector to register itself with the logger.
Public methodRecordConnectorDestroyed
Called by every connector to deregister itself from the logger.
Top
See Also