C# Class Paralect.ServiceBus.Dispatcher.Dispatcher

Afficher le fichier Open project: paralect/Paralect.ServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
Dispatch ( Object message ) : void
Dispatcher ( IUnityContainer container, HandlerRegistry registry, Int32 maxRetries ) : 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

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 ( IUnityContainer container, HandlerRegistry registry, Int32 maxRetries ) : System
container IUnityContainer
registry HandlerRegistry
maxRetries System.Int32
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