Compartir a través de


ISimpleMessageStreamConfigurator Interfaz

Definición

public interface ISimpleMessageStreamConfigurator : Orleans.Hosting.INamedServiceConfigurator
type ISimpleMessageStreamConfigurator = interface
    interface INamedServiceConfigurator
Public Interface ISimpleMessageStreamConfigurator
Implements INamedServiceConfigurator
Derivado
Implementaciones

Propiedades

ConfigureDelegate

Obtiene el delegado utilizado para configurar el servicio.

(Heredado de INamedServiceConfigurator)
Name

Obtiene el nombre del servicio.

(Heredado de INamedServiceConfigurator)

Métodos de extensión

Configure<TOptions>(INamedServiceConfigurator, Action<OptionsBuilder<TOptions>>)

Configura las opciones de un servicio con nombre.

ConfigureComponent<TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>)

Agrega un componente singleton a un servicio con nombre.

ConfigureComponent<TOptions,TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>, Action<OptionsBuilder<TOptions>>)

Agrega un componente singleton a un servicio con nombre y configura las opciones del servicio con nombre.

Se aplica a