DynamoDBSiloBuilderReminderExtensions.UseDynamoDBReminderService Method

Definition

Adds reminder storage backed by Amazon DynamoDB.

public static Orleans.Hosting.ISiloBuilder UseDynamoDBReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Orleans.Configuration.DynamoDBReminderStorageOptions> configure);
static member UseDynamoDBReminderService : Orleans.Hosting.ISiloBuilder * Action<Orleans.Configuration.DynamoDBReminderStorageOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseDynamoDBReminderService (builder As ISiloBuilder, configure As Action(Of DynamoDBReminderStorageOptions)) As ISiloBuilder

Parameters

builder
ISiloBuilder

The builder.

configure
Action<DynamoDBReminderStorageOptions>

The delegate used to configure the reminder store.

Returns

The provided ISiloBuilder, for chaining.

Applies to