Skip to content

DynamoDBSiloBuilderReminderExtensions.UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>)

UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>)

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