Skip to content

AzureStorageReminderServiceCollectionExtensions.UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)

staticextension
View source
public static IServiceCollection UseAzureTableReminderService(this IServiceCollection services, Action<AzureTableReminderStorageOptions> configure)
Adds reminder storage backed by Azure Table Storage.

Parameters

servicesIServiceCollection
The service collection.
configureAction<AzureTableReminderStorageOptions>
The delegate used to configure the reminder store.

Returns

The provided Microsoft.Extensions.DependencyInjection.IServiceCollection, for chaining.