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>
アラーム ストアの構成に使用されるデリゲート。