ReminderEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a reminder table entry.
[System.Serializable]
public class ReminderEntry
[System.Serializable]
[Orleans.GenerateSerializer]
public sealed class ReminderEntry
[<System.Serializable>]
type ReminderEntry = class
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
type ReminderEntry = class
Public Class ReminderEntry
Public NotInheritable Class ReminderEntry
- Inheritance
-
ReminderEntry
- Attributes
Constructors
ReminderEntry() |
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 ReminderName. |
GrainRef |
The grain reference of the grain that created the reminder. Forms the reminder primary key together with ReminderName. |
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 GrainId. |
StartAt |
Gets or sets the time when the reminder was supposed to tick in the first time |
Methods
ToString() | Returns a string that represents the current object. |