ReminderSettings Class
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.
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 |
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. |