Skip to content

HostingExtensions.UseCosmosReminderService(IServiceCollection, Action<CosmosReminderTableOptions>)

UseCosmosReminderService(IServiceCollection, Action<CosmosReminderTableOptions>)

staticextension
View source
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.