UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>)
staticextension
public static ISiloBuilder UseDynamoDBReminderService(this ISiloBuilder builder, Action<DynamoDBReminderStorageOptions> configure) Adds reminder storage backed by Amazon DynamoDB.
Parameters
builderISiloBuilder- The builder.
configureAction<DynamoDBReminderStorageOptions>- The delegate used to configure the reminder store.
Returns
The provided
ISiloBuilder, for chaining. 