StreamCheckpointGrain
class
Namespace: Orleans.Streams
Persists a stream queue checkpoint using Orleans grain storage.
[Orleans.GrainType(stream.checkpoint)]public class StreamCheckpointGrain : Grain, IGrain, IGrainWithStringKey, IAddressable, IStreamCheckpointerGrainConstructors
Methods
Load(CancellationToken)Loads the checkpoint.Update(string, string, CancellationToken)Updates the checkpoint if the persisted value matches the expected value.
