ISiloPersistentStreamConfigurator.ConfigureComponent メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConfigureComponent<TComponent>(Func<IServiceProvider,String,TComponent>) | |
ConfigureComponent<TOptions,TComponent>(Func<IServiceProvider,String,TComponent>, Action<OptionsBuilder<TOptions>>) |
ConfigureComponent<TComponent>(Func<IServiceProvider,String,TComponent>)
public Orleans.Streams.ISiloPersistentStreamConfigurator ConfigureComponent<TComponent> (Func<IServiceProvider,string,TComponent> factory) where TComponent : class;
abstract member ConfigureComponent : Func<IServiceProvider, string, 'Component (requires 'Component : null)> -> Orleans.Streams.ISiloPersistentStreamConfigurator (requires 'Component : null)
Public Function ConfigureComponent(Of TComponent As Class) (factory As Func(Of IServiceProvider, String, TComponent)) As ISiloPersistentStreamConfigurator
型パラメーター
- TComponent
パラメーター
- factory
- Func<IServiceProvider,String,TComponent>
戻り値
適用対象
ConfigureComponent<TOptions,TComponent>(Func<IServiceProvider,String,TComponent>, Action<OptionsBuilder<TOptions>>)
public Orleans.Streams.ISiloPersistentStreamConfigurator ConfigureComponent<TOptions,TComponent> (Func<IServiceProvider,string,TComponent> factory, Action<Microsoft.Extensions.Options.OptionsBuilder<TOptions>> configureOptions = default) where TOptions : class, new() where TComponent : class;
abstract member ConfigureComponent : Func<IServiceProvider, string, 'Component (requires 'Component : null)> * Action<Microsoft.Extensions.Options.OptionsBuilder<'Options>> -> Orleans.Streams.ISiloPersistentStreamConfigurator (requires 'Options : null and 'Options : (new : unit -> 'Options) and 'Component : null)
Public Function ConfigureComponent(Of TOptions As {Class, New}, TComponent As {Class, New}) (factory As Func(Of IServiceProvider, String, TComponent), Optional configureOptions As Action(Of OptionsBuilder(Of TOptions)) = Nothing) As ISiloPersistentStreamConfigurator
型パラメーター
- TOptions
- TComponent
パラメーター
- factory
- Func<IServiceProvider,String,TComponent>
- configureOptions
- Action<OptionsBuilder<TOptions>>