共用方式為


GlobalConfiguration.ReminderServiceProviderType 列舉

定義

提醒設定,控制定址接收器用來實作 Reminders 的通訊協定類型。

public enum GlobalConfiguration.ReminderServiceProviderType
type GlobalConfiguration.ReminderServiceProviderType = 
Public Enum GlobalConfiguration.ReminderServiceProviderType
繼承
GlobalConfiguration.ReminderServiceProviderType

欄位

AdoNet 3

ADO.NET 用來儲存提醒資訊。 此選項可用於生產環境。

AzureTable 2

AzureTable 可用來儲存提醒資訊。 此選項可用於生產環境。

Custom 6

從協力廠商元件使用自訂提醒服務

Disabled 5

提醒服務已停用。

MockTable 4

用於基準測試;它只會在每個作業期間延遲指定的延遲。

NotSpecified 0

允許辨識覆寫值的預設值。

ReminderTableGrain 1

細微性是用來儲存提醒資訊。 此選項不可靠,因此應該只在本機開發設定中使用。

SqlServer 3

SQL Server用來儲存提醒資訊。 此選項可用於生產環境。

適用於