SiloHostBuilderReminderExtensions.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.
Overloads
UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>) |
Adds reminder storage backed by Amazon DynamoDB. |
UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>) |
Adds reminder storage backed by Amazon DynamoDB. |
UseDynamoDBReminderService(ISiloHostBuilder, Action<DynamoDBReminderStorageOptions>) |
Adds reminder storage backed by Amazon DynamoDB. |
UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>)
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.
Applies to
UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>)
Adds reminder storage backed by 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
Parameters
- builder
- ISiloBuilder
The builder.
- configure
- Action<DynamoDBReminderStorageOptions>
The delegate used to configure the reminder store.
Applies to
UseDynamoDBReminderService(ISiloHostBuilder, Action<DynamoDBReminderStorageOptions>)
Adds reminder storage backed by Amazon DynamoDB.
public static Orleans.Hosting.ISiloHostBuilder UseDynamoDBReminderService (this Orleans.Hosting.ISiloHostBuilder builder, Action<Orleans.Configuration.DynamoDBReminderStorageOptions> configure);
static member UseDynamoDBReminderService : Orleans.Hosting.ISiloHostBuilder * Action<Orleans.Configuration.DynamoDBReminderStorageOptions> -> Orleans.Hosting.ISiloHostBuilder
<Extension()>
Public Function UseDynamoDBReminderService (builder As ISiloHostBuilder, configure As Action(Of DynamoDBReminderStorageOptions)) As ISiloHostBuilder
Parameters
- builder
- ISiloHostBuilder
The builder.
- configure
- Action<DynamoDBReminderStorageOptions>
The delegate used to configure the reminder store.