ReminderSettings Class

Definition

This class provides settings to configure the behavior of reminders. See https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-actors-timers-reminders

public sealed class ReminderSettings
type ReminderSettings = class
Public NotInheritable Class ReminderSettings
Inheritance
ReminderSettings

Constructors

ReminderSettings()

Initializes a new instance of the ReminderSettings class. By default the AutoDeleteOneTimeReminders is set to true.

Properties

AutoDeleteOneTimeReminders

Gets or sets a value indicating whether ActorRuntime should automatically delete one-time reminders after they have fired and completed its callback successfully. One-time reminders refer to reminders whose Period is set to negative value.

Applies to