SiloHostBuilderReminderExtensions.UseDynamoDBReminderService 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>) |
添加 Amazon DynamoDB 支持的提醒存储。 |
UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>) |
添加 Amazon DynamoDB 支持的提醒存储。 |
UseDynamoDBReminderService(ISiloHostBuilder, Action<DynamoDBReminderStorageOptions>) |
添加 Amazon DynamoDB 支持的提醒存储。 |
UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>)
添加 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
参数
- services
- IServiceCollection
服务集合。
- configure
- Action<DynamoDBReminderStorageOptions>
用于配置提醒存储的委托。
适用于
UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>)
添加 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>
用于配置提醒存储的委托。
适用于
UseDynamoDBReminderService(ISiloHostBuilder, Action<DynamoDBReminderStorageOptions>)
添加 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
参数
- builder
- ISiloHostBuilder
生成器。
- configure
- Action<DynamoDBReminderStorageOptions>
用于配置提醒存储的委托。