Поделиться через


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

Добавляет одноэлементный компонент в именованную службу и настраивает параметры для именованной службы.

Применяется к