C# Class CQRSalad.Dispatching.Subscriptions.DispatcherSubscription

Show file Open project: Ontropix/CQRSalad Class Usage Examples

Public Methods

Method Description
DispatcherSubscription ( TypeInfo handlerType, MethodInfo action, TypeInfo messageType, DispatchingPriority priority ) : System

Method Details

DispatcherSubscription() public method

public DispatcherSubscription ( TypeInfo handlerType, MethodInfo action, TypeInfo messageType, DispatchingPriority priority ) : System
handlerType System.Reflection.TypeInfo
action System.Reflection.MethodInfo
messageType System.Reflection.TypeInfo
priority DispatchingPriority
return System