Freigeben über


DynamoDBSiloBuilderReminderExtensions.UseDynamoDBReminderService Methode

Definition

Fügt Erinnerungsspeicher hinzu, der von Amazon DynamoDB unterstützt wird.

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

Parameter

builder
ISiloBuilder

Der Generator.

configure
Action<DynamoDBReminderStorageOptions>

Der Delegat, der zum Konfigurieren des Erinnerungsspeichers verwendet wird.

Gibt zurück

Der für die Verkettung bereitgestellte ISiloBuilder.

Gilt für: