ISnapshotRegistry
StockSharp.Algo.Storages
The interface for snapshot storage registry.
Methods
GetSnapshotStorage(DataType) : ISnapshotStorage
To get the snapshot storage.
- dataType
- DataType
Returns: The snapshot storage.
InitAsync(CancellationToken) : ValueTask
Initialize the storage.
- cancellationToken
- CancellationToken
Returns: ValueTask