C# Class Bus.Dispatch.MessageDispatcher.HandlerDispatcher

Show file Open project: jbouzaglou/PetPigeonsESB

Public Properties

Property Type Description
HandleMethod IMessage>.Action
HandlerType System.Type
Instance object
MessageType System.Type

Public Methods

Method Description
HandlerDispatcher ( Type messageType, IMessage>.Action handleMethod, Type handlerType, object instance ) : System

Method Details

HandlerDispatcher() public method

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

Property Details

HandleMethod public property

public Action HandleMethod
return IMessage>.Action

HandlerType public property

public Type,System HandlerType
return System.Type

Instance public property

public object Instance
return object

MessageType public property

public Type,System MessageType
return System.Type