DynamoDBServiceCollectionReminderExtensions.UseDynamoDBReminderService Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.