C# Class CQRSalad.Dispatching.Subscriptions.DispatcherSubscription

Afficher le fichier Open project: Ontropix/CQRSalad Class Usage Examples

Méthodes publiques

Méthode Description
DispatcherSubscription ( TypeInfo handlerType, MethodInfo action, TypeInfo messageType, DispatchingPriority priority ) : System

Method Details

DispatcherSubscription() public méthode

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
Résultat System