共用方式為


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>>)

將單一元件新增至具名服務,並設定具名服務的選項。

適用於