Show / Hide Table of Contents

Interface IGrainReminder

Handle for a persistent Reminder.

Namespace: Orleans.Runtime
Assembly: Orleans.Core.Abstractions.dll
Syntax
public interface IGrainReminder

Properties

| Improve this Doc View Source

ReminderName

Name of this Reminder.

Declaration
string ReminderName { get; }
Property Value
Type Description
System.String

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX