C# 클래스 Bus.Dispatch.MessageDispatcher.HandlerDispatcher

파일 보기 프로젝트 열기: jbouzaglou/PetPigeonsESB

공개 프로퍼티들

프로퍼티 타입 설명
HandleMethod IMessage>.Action
HandlerType System.Type
Instance object
MessageType System.Type

공개 메소드들

메소드 설명
HandlerDispatcher ( Type messageType, IMessage>.Action handleMethod, Type handlerType, object instance ) : System

메소드 상세

HandlerDispatcher() 공개 메소드

public HandlerDispatcher ( Type messageType, IMessage>.Action handleMethod, Type handlerType, object instance ) : System
messageType System.Type
handleMethod IMessage>.Action
handlerType System.Type
instance object
리턴 System

프로퍼티 상세

HandleMethod 공개적으로 프로퍼티

public Action HandleMethod
리턴 IMessage>.Action

HandlerType 공개적으로 프로퍼티

public Type,System HandlerType
리턴 System.Type

Instance 공개적으로 프로퍼티

public object Instance
리턴 object

MessageType 공개적으로 프로퍼티

public Type,System MessageType
리턴 System.Type