SnapshotRegistry
StockSharp.Algo.Storages
Snapshot storage registry.
Inherits: Disposable
Implements: ISnapshotRegistry
Constructors
SnapshotRegistry
public SnapshotRegistry(string path)
snapshotRegistry = SnapshotRegistry(path)
Initializes a new instance of the SnapshotRegistry class.
- path
- Path to storage.
SnapshotRegistry
public SnapshotRegistry(IFileSystem fileSystem, string path)
snapshotRegistry = SnapshotRegistry(fileSystem, path)
Snapshot storage registry.
- fileSystem
- File system.
- path
- Path to storage.
Methods
DisposeManaged
protected override void DisposeManaged()
snapshotRegistry.DisposeManaged()
Release resources.