C# 클래스 Paralect.ServiceBus.Dispatching2.Dispatcher

상속: IDispatcher
파일 보기 프로젝트 열기: paralect/Paralect.ServiceBus

공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 정적인 메소드

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

Dispatch() 공개 메소드

public Dispatch ( Object message ) : void
message Object
리턴 void

Dispatcher() 공개 메소드

Initializes a new instance of the T:System.Object class.
public Dispatcher ( DispatcherConfiguration configuration ) : System
configuration DispatcherConfiguration
리턴 System

InvokeByReflection() 공개 메소드

public InvokeByReflection ( Object handler, Object message ) : void
handler Object
message Object
리턴 void

InvokeDynamic() 공개 메소드

public InvokeDynamic ( Object handler, Object message ) : void
handler Object
message Object
리턴 void