UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>)
staticextension
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. 