Skip to content

ReminderEntry

class

Namespace: Orleans

Represents a reminder table entry.
[Orleans.GenerateSerializer]
public sealed class ReminderEntry

Constructors

Properties

  • ETag Gets or sets the ETag.
  • GrainId Gets or sets the grain ID of the grain that created the reminder. Forms the reminder primary key together with ReminderEntry.
  • Period Gets or sets the time period for the reminder
  • ReminderName Gets or sets the name of the reminder. Forms the reminder primary key together with ReminderEntry.
  • StartAt Gets or sets the time when the reminder was supposed to tick in the first time

Methods

  • ToStringReturns a string that represents the current object.