UseCosmosReminderService(IServiceCollection, Action<CosmosReminderTableOptions>)
staticextension
public static IServiceCollection UseCosmosReminderService(this IServiceCollection services, Action<CosmosReminderTableOptions> configure) Adds reminder storage backed by Azure Cosmos DB.
Parameters
servicesIServiceCollection- The service collection.
configureAction<CosmosReminderTableOptions>- The delegate used to configure the reminder store.
Returns
The provided
Microsoft.Extensions.DependencyInjection.IServiceCollection, for chaining. 