INativeIdStorageProvider
StockSharp.Algo.Storages
Security native identifier storage provider.
Implementa: IAsyncDisposable
Métodos
GetStorage(string) : INativeIdStorage
Get storage for a specific storage name.
- storageName
- Storage name.
Devuelve: Storage instance.
InitAsync(CancellationToken) : ValueTask<Dictionary<string, Exception>>
Initialize the storage provider.
- cancellationToken
- CancellationToken
Devuelve: Possible errors with storage names. Empty dictionary means initialization without any issues.