共用方式為


SiloHostBuilderReminderExtensions 類別

定義

設定 ISiloHostBuilder 提醒儲存體的擴充功能。

public static class SiloHostBuilderReminderExtensions
type SiloHostBuilderReminderExtensions = class
Public Module SiloHostBuilderReminderExtensions
繼承
SiloHostBuilderReminderExtensions

方法

UseAdoNetReminderService(IServiceCollection, Action<OptionsBuilder<AdoNetReminderTableOptions>>)

使用 ADO.NET 新增提醒儲存體。 如需設定資料庫的指示,請參閱 http://aka.ms/orleans-sql-scripts

UseAdoNetReminderService(ISiloBuilder, Action<AdoNetReminderTableOptions>)

使用 ADO.NET 新增提醒儲存體。 如需設定資料庫的指示,請參閱 http://aka.ms/orleans-sql-scripts

UseAdoNetReminderService(ISiloBuilder, Action<OptionsBuilder<AdoNetReminderTableOptions>>)

使用 ADO.NET 新增提醒儲存體。 如需設定資料庫的指示,請參閱 http://aka.ms/orleans-sql-scripts

UseAdoNetReminderService(ISiloHostBuilder, Action<AdoNetReminderTableOptions>)

使用 ADO.NET 新增提醒儲存體。 如需設定資料庫的指示,請參閱 http://aka.ms/orleans-sql-scripts

UseAdoNetReminderService(ISiloHostBuilder, Action<OptionsBuilder<AdoNetReminderTableOptions>>)

使用 ADO.NET 新增提醒儲存體。 如需設定資料庫的指示,請參閱 http://aka.ms/orleans-sql-scripts

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(IServiceCollection, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(IServiceCollection, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(IServiceCollection, String)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(ISiloBuilder, Action<AzureTableReminderStorageOptions>)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(ISiloBuilder, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(ISiloBuilder, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(ISiloBuilder, String)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(ISiloHostBuilder, Action<AzureTableReminderStorageOptions>)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(ISiloHostBuilder, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseAzureTableReminderService(ISiloHostBuilder, String)

新增 Azure 資料表儲存體支援的提醒儲存體。

UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>)

新增 Amazon DynamoDB 支援的提醒儲存體。

UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>)

新增 Amazon DynamoDB 支援的提醒儲存體。

UseDynamoDBReminderService(ISiloHostBuilder, Action<DynamoDBReminderStorageOptions>)

新增 Amazon DynamoDB 支援的提醒儲存體。

UseInMemoryReminderService(ISiloBuilder)

使用記憶體內部非持續性存放區設定提醒儲存體。

UseInMemoryReminderService(ISiloHostBuilder)

使用記憶體內部非持續性存放區設定提醒儲存體。

適用於