ReminderTableData
class
Namespace: Orleans
Represents a collection of reminder table entries.
[Orleans.GenerateSerializer]public sealed class ReminderTableDataConstructors
ReminderTableDataInitializes a new instance of theReminderTableDataclass.ReminderTableData(IEnumerable<ReminderEntry>)Initializes a new instance of theReminderTableDataclass.ReminderTableData(ReminderEntry)Initializes a new instance of theReminderTableDataclass.
Properties
RemindersGets the reminders.
Methods
ToStringReturns aSystem.Stringthat represents this instance.
