Edit

Share via


DynamoDBServiceCollectionReminderExtensions.UseDynamoDBReminderService Method

Definition

Adds reminder storage backed by Amazon DynamoDB.

public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseDynamoDBReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Orleans.Configuration.DynamoDBReminderStorageOptions> configure);
static member UseDynamoDBReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Orleans.Configuration.DynamoDBReminderStorageOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseDynamoDBReminderService (services As IServiceCollection, configure As Action(Of DynamoDBReminderStorageOptions)) As IServiceCollection

Parameters

services
IServiceCollection

The service collection.

configure
Action<DynamoDBReminderStorageOptions>

The delegate used to configure the reminder store.

Returns

The provided IServiceCollection, for chaining.

Applies to