다음을 통해 공유


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입니다.

적용 대상