Click or drag to resize
ConnectorActivityLog Class
The default implementation of IConnectorActivityLog.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Library.NetworkConnectorActivityLog

Namespace: VirtualRadar.Library.Network
Assembly: VirtualRadar.Library (in VirtualRadar.Library.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ConnectorActivityLog : IConnectorActivityLog, 
	ISingleton<IConnectorActivityLog>

The ConnectorActivityLog type exposes the following members.

Constructors
  NameDescription
Public methodConnectorActivityLog
Initializes a new instance of the ConnectorActivityLog class
Top
Properties
  NameDescription
Public propertySingleton
See interface docs.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetActiveConnectors
See interface docs.
Public methodGetActivityHistory
See interface docs.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnActivityRecorded
Public methodRecordConnectorCreated
See interface docs.
Public methodRecordConnectorDestroyed
See interface docs.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventActivityRecorded
See interface docs.
Top
Fields
  NameDescription
Public fieldStatic memberMaximumActivities
The largest number of activities recorded by the log.
Top
See Also