共用方式為


DynamoDBSiloBuilderReminderExtensions.UseDynamoDBReminderService 方法

定義

新增 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

參數

builder
ISiloBuilder

產生器。

configure
Action<DynamoDBReminderStorageOptions>

用來設定提醒存放區的委派。

傳回

提供的 ISiloBuilder ,用於鏈結。

適用於