C# Class Paralect.ServiceBus.Dispatching.Dispatcher

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

Public Methods

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

Factory method
public static Create ( DispatcherConfiguration>.Func configurationAction ) : Dispatcher
configurationAction DispatcherConfiguration>.Func
return Dispatcher

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 ( DispatcherConfiguration configuration ) : System
configuration DispatcherConfiguration
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