C# Class Paralect.ServiceBus.Dispatcher.Dispatcher

Exibir arquivo Open project: paralect/Paralect.ServiceBus Class Usage Examples

Public Methods

Method 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 method

public Dispatch ( Object message ) : void
message Object
return void

Dispatcher() public method

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
return System

InvokeByReflection() public method

public InvokeByReflection ( Object handler, Object message ) : void
handler Object
message Object
return void

InvokeDynamic() public method

public InvokeDynamic ( Object handler, Object message ) : void
handler Object
message Object
return void