Click or drag to resize
IConnectorSnapshotLogger Interface
The interface that objects that log snapshots of all of the connections must implement.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IConnectorSnapshotLogger : ISingleton<IConnectorSnapshotLogger>

The IConnectorSnapshotLogger type exposes the following members.

Properties
  NameDescription
Public propertyFullPath
Gets the full path to the snapshot log.
Public propertySingleton
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.)
Top
Methods
  NameDescription
Public methodInitialise
Initialises the snapshot logger.
Public methodRecordSnapshot
Records a snapshot. Note that snapshots are also periodically recorded automatically.
Top
See Also