次の方法で共有


SimpleMessageStreamConfigurator クラス

定義

public class SimpleMessageStreamConfigurator : Orleans.Hosting.NamedServiceConfigurator, Orleans.Hosting.ISimpleMessageStreamConfigurator
type SimpleMessageStreamConfigurator = class
    inherit NamedServiceConfigurator
    interface ISimpleMessageStreamConfigurator
    interface INamedServiceConfigurator
Public Class SimpleMessageStreamConfigurator
Inherits NamedServiceConfigurator
Implements ISimpleMessageStreamConfigurator
継承
SimpleMessageStreamConfigurator
実装

コンストラクター

SimpleMessageStreamConfigurator(String, Action<Action<IServiceCollection>>)

プロパティ

ConfigureDelegate

サービスの構成に使用されるデリゲートを取得します。

(継承元 NamedServiceConfigurator)
Name

サービス名を取得します。

(継承元 NamedServiceConfigurator)

拡張メソッド

Configure<TOptions>(INamedServiceConfigurator, Action<OptionsBuilder<TOptions>>)

名前付きサービスのオプションを構成します。

ConfigureComponent<TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>)

名前付きサービスにシングルトン コンポーネントを追加します。

ConfigureComponent<TOptions,TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>, Action<OptionsBuilder<TOptions>>)

名前付きサービスにシングルトン コンポーネントを追加し、名前付きサービスのオプションを構成します。

適用対象