Compartir a través de


SimpleMessageStreamConfigurator Clase

Definición

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
Herencia
SimpleMessageStreamConfigurator
Implementaciones

Constructores

SimpleMessageStreamConfigurator(String, Action<Action<IServiceCollection>>)

Propiedades

ConfigureDelegate

Obtiene el delegado usado para configurar el servicio.

(Heredado de NamedServiceConfigurator)
Name

Obtiene el nombre del servicio.

(Heredado de NamedServiceConfigurator)

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 para el servicio con nombre.

Se aplica a