次の方法で共有


IClusterClientMemoryStreamConfigurator インターフェイス

定義

メモリ ストリーム用のクライアント固有の構成ビルダー。

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

プロパティ

ConfigureDelegate

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

(継承元 INamedServiceConfigurator)
Name

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

(継承元 INamedServiceConfigurator)

拡張メソッド

ConfigureLifecycle(IClusterClientPersistentStreamConfigurator, Action<OptionsBuilder<StreamLifecycleOptions>>)

StreamLifecycleOptions を構成します。

ConfigurePartitioning(IMemoryStreamConfigurator, Int32)

メモリ ストリームのパーティション分割を構成します。

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 型を構成します。

適用対象