AzureStorageReminderServiceCollectionExtensions 类

定义

IServiceCollection 扩展。

public static class AzureStorageReminderServiceCollectionExtensions
type AzureStorageReminderServiceCollectionExtensions = class
Public Module AzureStorageReminderServiceCollectionExtensions
继承
AzureStorageReminderServiceCollectionExtensions

方法

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

添加由 Azure 表存储支持的提醒存储。

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

添加由 Azure 表存储支持的提醒存储。

UseAzureTableReminderService(IServiceCollection, String)

添加由 Azure 表存储支持的提醒存储。

适用于