Skip to content

DynamoDBServiceCollectionReminderExtensions.UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>)

UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>)

staticextension
View source
public static IServiceCollection UseDynamoDBReminderService(this IServiceCollection services, Action<DynamoDBReminderStorageOptions> configure)
Adds reminder storage backed by Amazon DynamoDB.

Parameters

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

Returns

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