UseAzureTableReminderService(IServiceCollection, Action<AzureTableReminderStorageOptions>)
staticextension
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. 