NamedServiceConfiguratorExtensions.Configure<TOptions> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
名前付きサービスのオプションを構成します。
public static void Configure<TOptions> (this Orleans.Hosting.INamedServiceConfigurator configurator, Action<Microsoft.Extensions.Options.OptionsBuilder<TOptions>> configureOptions) where TOptions : class, new();
static member Configure : Orleans.Hosting.INamedServiceConfigurator * Action<Microsoft.Extensions.Options.OptionsBuilder<'Options>> -> unit (requires 'Options : null and 'Options : (new : unit -> 'Options))
<Extension()>
Public Sub Configure(Of TOptions As {Class, New}) (configurator As INamedServiceConfigurator, configureOptions As Action(Of OptionsBuilder(Of TOptions)))
型パラメーター
- TOptions
基になるオプションの種類。
パラメーター
- configurator
- INamedServiceConfigurator
名前付きサービス コンフィギュレーター。
- configureOptions
- Action<OptionsBuilder<TOptions>>
オプション構成デリゲート。