共用方式為


IMemoryStreamConfigurator 介面

定義

記憶體資料流程的組態產生器。

public interface IMemoryStreamConfigurator : Orleans.Hosting.INamedServiceConfigurator
type IMemoryStreamConfigurator = interface
    interface INamedServiceConfigurator
Public Interface IMemoryStreamConfigurator
Implements INamedServiceConfigurator
衍生
實作

屬性

ConfigureDelegate

取得用來設定服務的委派。

(繼承來源 INamedServiceConfigurator)
Name

取得服務名稱。

(繼承來源 INamedServiceConfigurator)

擴充方法

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)

記憶體資料流程的組態產生器。

適用於