C# Class Paralect.ServiceBus.Dispatching2.Dispatcher

Inheritance: IDispatcher
Afficher le fichier Open project: paralect/Paralect.ServiceBus

Méthodes publiques

Méthode Description
Create ( DispatcherConfiguration>.Func configurationAction ) : Dispatcher

Factory method

Dispatch ( Object message ) : void
Dispatcher ( DispatcherConfiguration configuration ) : System

Initializes a new instance of the T:System.Object class.

InvokeByReflection ( Object handler, Object message ) : void
InvokeDynamic ( Object handler, Object message ) : void

Method Details

Create() public static méthode

Factory method
public static Create ( DispatcherConfiguration>.Func configurationAction ) : Dispatcher
configurationAction DispatcherConfiguration>.Func
Résultat Dispatcher

Dispatch() public méthode

public Dispatch ( Object message ) : void
message Object
Résultat void

Dispatcher() public méthode

Initializes a new instance of the T:System.Object class.
public Dispatcher ( DispatcherConfiguration configuration ) : System
configuration DispatcherConfiguration
Résultat System

InvokeByReflection() public méthode

public InvokeByReflection ( Object handler, Object message ) : void
handler Object
message Object
Résultat void

InvokeDynamic() public méthode

public InvokeDynamic ( Object handler, Object message ) : void
handler Object
message Object
Résultat void