AzureBasedReminderTable
class
Namespace: Orleans.Runtime.ReminderService
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public sealed class AzureBasedReminderTable : IReminderTableConstructors
Methods
ReadRow(GrainId, string)Reads the specified entry.ReadRows(GrainId)Reads the reminder table entries associated with the specified grain.ReadRows(uint, uint)Returns all rows that have theirGrainIdin the range (begin, end]. If begin is greater or equal to end, returns all entries with hash greater begin or hash less or equal to end.RemoveRow(GrainId, string, string)Removes a row from the table.StartAsync(CancellationToken)Initializes this instance.StopAsync(CancellationToken)Stops the reminder table.TestOnlyClearTableClears the table.UpsertRow(ReminderEntry)Upserts the specified entry.
