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>
用來設定提醒存放區的委派。