Skip to content

ReminderOptions Properties

Options for the reminder service.

InitializationTimeout

getset
View source
public TimeSpan InitializationTimeout
Gets or sets the maximum amount of time to attempt to initialize reminders before giving up.

Property value

Attempt to initialize for 5 minutes before giving up by default.

RefreshReminderListPeriod

getset
View source
public TimeSpan RefreshReminderListPeriod
Gets or sets the period between reminder table refreshes.

Property value

Refresh the reminder table every 5 minutes by default.

ReminderLoadingWindow

getset
View source
public TimeSpan ReminderLoadingWindow
Gets or sets the amount of time before their next tick that reminders are loaded into memory.

Property value

Load reminders 10 minutes before their next tick by default.