GrainReminderExtensions.GetReminders Method

Definition

Overloads

GetReminders(Grain)

Returns a list of all reminders registered by the grain.

GetReminders(IGrainBase)

Returns a list of all reminders registered by the grain.

GetReminders(Grain)

Returns a list of all reminders registered by the grain.

C#
public static System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>> GetReminders(this Orleans.Grain grain);

Parameters

grain
Grain

Returns

Promise for list of Reminders registered for this grain.

Applies to

.NET Orleans 9.0.0 and other versions
Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0

GetReminders(IGrainBase)

Returns a list of all reminders registered by the grain.

C#
public static System.Threading.Tasks.Task<System.Collections.Generic.List<Orleans.Runtime.IGrainReminder>> GetReminders(this Orleans.IGrainBase grain);

Parameters

grain
IGrainBase

Returns

Promise for list of Reminders registered for this grain.

Applies to

.NET Orleans 9.0.0 and other versions
Product Versions
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0