Show / Hide Table of Contents

Enum GlobalConfiguration.ReminderServiceProviderType

Reminders configuration that controls the type of the protocol that silo use to implement Reminders.

Namespace: Orleans.Runtime.Configuration
Assembly: Orleans.Core.Legacy.dll
Syntax
public enum ReminderServiceProviderType : int

Fields

Name Description
AdoNet

ADO.NET is used to store reminders information. This option can be used in production.

AzureTable

AzureTable is used to store reminders information. This option can be used in production.

Custom

Use custom Reminder Service from third-party assembly

Disabled

Reminder Service is disabled.

MockTable

Used for benchmarking; it simply delays for a specified delay during each operation.

NotSpecified

Default value to allow discrimination of override values.

ReminderTableGrain

Grain is used to store reminders information. This option is not reliable and thus should only be used in local development setting.

Extension Methods

ImmutableExt.AsImmutable<GlobalConfiguration.ReminderServiceProviderType>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX