共用方式為


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 類型。

適用於