SiloHostBuilderReminderExtensions.UseDynamoDBReminderService 方法

定义

重载

UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>)

添加 Amazon DynamoDB 支持的提醒存储。

UseDynamoDBReminderService(ISiloBuilder, Action<DynamoDBReminderStorageOptions>)

添加 Amazon DynamoDB 支持的提醒存储。

UseDynamoDBReminderService(ISiloHostBuilder, Action<DynamoDBReminderStorageOptions>)

添加 Amazon DynamoDB 支持的提醒存储。

UseDynamoDBReminderService(IServiceCollection, Action<DynamoDBReminderStorageOptions>)

Source:
SiloHostBuilderReminderExtensions.cs

添加 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>)

Source:
SiloHostBuilderReminderExtensions.cs

添加 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>)

Source:
SiloHostBuilderReminderExtensions.cs

添加 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>

用于配置提醒存储的委托。

适用于