次の方法で共有


IPersistentStreamConfigurator インターフェイス

定義

永続ストリームの構成ビルダー。

public interface IPersistentStreamConfigurator : Orleans.Hosting.INamedServiceConfigurator
type IPersistentStreamConfigurator = interface
    interface INamedServiceConfigurator
Public Interface IPersistentStreamConfigurator
Implements INamedServiceConfigurator
派生
実装

プロパティ

ConfigureDelegate

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

(継承元 INamedServiceConfigurator)
Name

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

(継承元 INamedServiceConfigurator)

拡張メソッド

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

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

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

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

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

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

ConfigureLifecycle<T>(INamedServiceConfigurator)

永続ストリームの構成ビルダー。

ConfigureStreamPubSub(IPersistentStreamConfigurator, StreamPubSubType)

ストリーム pub/sub 型を構成します。

適用対象