ReminderEntry Class

Definition

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.

Applies to