IGrainStorage
interface
Namespace: Orleans.Storage
Interface to be implemented for a storage able to read and write Orleans grain state data.
public interface IGrainStorageMethods
ClearStateAsync(string, GrainId, IGrainState<T>)Delete / Clear data function for this storage instance.ClearStateAsync(string, GrainId, IGrainState<T>, CancellationToken)Delete / Clear data function for this storage instance.ReadStateAsync(string, GrainId, IGrainState<T>)Read data function for this storage instance.ReadStateAsync(string, GrainId, IGrainState<T>, CancellationToken)Read data function for this storage instance.WriteStateAsync(string, GrainId, IGrainState<T>)Write data function for this storage instance.WriteStateAsync(string, GrainId, IGrainState<T>, CancellationToken)Write data function for this storage instance.
