SiloBuilderReminderExtensions.UseAdoNetReminderService メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UseAdoNetReminderService(IServiceCollection, Action<OptionsBuilder<AdoNetReminderTableOptions>>) |
ADO.NET を使用してアラーム ストレージを追加します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。 |
UseAdoNetReminderService(ISiloBuilder, Action<OptionsBuilder<AdoNetReminderTableOptions>>) |
ADO.NET を使用してアラーム ストレージを追加します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。 |
UseAdoNetReminderService(ISiloBuilder, Action<AdoNetReminderTableOptions>) |
ADO.NET を使用してアラーム ストレージを追加します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。 |
UseAdoNetReminderService(IServiceCollection, Action<OptionsBuilder<AdoNetReminderTableOptions>>)
ADO.NET を使用してアラーム ストレージを追加します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。
public static Microsoft.Extensions.DependencyInjection.IServiceCollection UseAdoNetReminderService (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AdoNetReminderTableOptions>> configureOptions);
static member UseAdoNetReminderService : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AdoNetReminderTableOptions>> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function UseAdoNetReminderService (services As IServiceCollection, configureOptions As Action(Of OptionsBuilder(Of AdoNetReminderTableOptions))) As IServiceCollection
パラメーター
- services
- IServiceCollection
サービス コレクション。
- configureOptions
- Action<OptionsBuilder<AdoNetReminderTableOptions>>
構成デリゲート。
戻り値
チェーン用に指定された IServiceCollection。
注釈
データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。
適用対象
UseAdoNetReminderService(ISiloBuilder, Action<OptionsBuilder<AdoNetReminderTableOptions>>)
ADO.NET を使用してアラーム ストレージを追加します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。
public static Orleans.Hosting.ISiloBuilder UseAdoNetReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AdoNetReminderTableOptions>> configureOptions);
static member UseAdoNetReminderService : Orleans.Hosting.ISiloBuilder * Action<Microsoft.Extensions.Options.OptionsBuilder<Orleans.Configuration.AdoNetReminderTableOptions>> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAdoNetReminderService (builder As ISiloBuilder, configureOptions As Action(Of OptionsBuilder(Of AdoNetReminderTableOptions))) As ISiloBuilder
パラメーター
- builder
- ISiloBuilder
ビルダー。
- configureOptions
- Action<OptionsBuilder<AdoNetReminderTableOptions>>
構成デリゲート。
戻り値
チェーン用に指定された ISiloBuilder。
注釈
データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。
適用対象
UseAdoNetReminderService(ISiloBuilder, Action<AdoNetReminderTableOptions>)
ADO.NET を使用してアラーム ストレージを追加します。 データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。
public static Orleans.Hosting.ISiloBuilder UseAdoNetReminderService (this Orleans.Hosting.ISiloBuilder builder, Action<Orleans.Configuration.AdoNetReminderTableOptions> configureOptions);
static member UseAdoNetReminderService : Orleans.Hosting.ISiloBuilder * Action<Orleans.Configuration.AdoNetReminderTableOptions> -> Orleans.Hosting.ISiloBuilder
<Extension()>
Public Function UseAdoNetReminderService (builder As ISiloBuilder, configureOptions As Action(Of AdoNetReminderTableOptions)) As ISiloBuilder
パラメーター
- builder
- ISiloBuilder
ビルダー。
- configureOptions
- Action<AdoNetReminderTableOptions>
構成デリゲート。
戻り値
チェーン用に指定された ISiloBuilder。
注釈
データベースの構成手順については、 を http://aka.ms/orleans-sql-scripts参照してください。