IRemindable.ReceiveReminder(String, TickStatus) Method
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.
Receive a new Reminder.
public System.Threading.Tasks.Task ReceiveReminder (string reminderName, Orleans.Runtime.TickStatus status);
abstract member ReceiveReminder : string * Orleans.Runtime.TickStatus -> System.Threading.Tasks.Task
Public Function ReceiveReminder (reminderName As String, status As TickStatus) As Task
Parameters
- reminderName
- String
Name of this Reminder
- status
- TickStatus
Status of this Reminder tick
Returns
Completion promise which the grain will resolve when it has finished processing this Reminder tick.