UseAzureTableReminderService(IServiceCollection, Action<OptionsBuilder<AzureTableReminderStorageOptions>>)
staticextension
public static IServiceCollection UseAzureTableReminderService(this IServiceCollection services, Action<OptionsBuilder<AzureTableReminderStorageOptions>> configureOptions) Adds reminder storage backed by Azure Table Storage.
Parameters
servicesIServiceCollection- The service collection.
configureOptionsAction<OptionsBuilder<AzureTableReminderStorageOptions>>- The configuration delegate.
Returns
The provided
Microsoft.Extensions.DependencyInjection.IServiceCollection, for chaining. 