StorageLoadContext

StockSharp.Algo.Storages

Context for CancellationToken) operation that holds metadata about the load result.

Properties

HasData
public bool HasData { get; private set; }
value = storageLoadContext.HasData
storageLoadContext.HasData = value

Indicates whether any data was loaded.

LastDate
public DateTime? LastDate { get; private set; }
value = storageLoadContext.LastDate
storageLoadContext.LastDate = value

Last message time.

Left
public long? Left { get; private set; }
value = storageLoadContext.Left
storageLoadContext.Left = value

Remaining count.