C# Class IServiceOriented.ServiceBus.Dispatchers.MethodDispatcher

Provides support for dispatching messages to an object instance.
Inheritance: Dispatcher
Afficher le fichier Open project: jezell/iserviceoriented

Méthodes publiques

Méthode Description
Dispatch ( MessageDelivery messageDelivery ) : void
MethodDispatcher ( SubscriptionEndpoint endpoint ) : System
MethodDispatcher ( object target ) : System
MethodDispatcher ( object target, bool isOneWay ) : System

Méthodes protégées

Méthode Description
GetResponseCorrelationId ( MessageDelivery delivery ) : string

Private Methods

Méthode Description
MethodDispatcher ( ) : System

Method Details

Dispatch() public méthode

public Dispatch ( MessageDelivery messageDelivery ) : void
messageDelivery MessageDelivery
Résultat void

GetResponseCorrelationId() protected méthode

protected GetResponseCorrelationId ( MessageDelivery delivery ) : string
delivery MessageDelivery
Résultat string

MethodDispatcher() public méthode

public MethodDispatcher ( SubscriptionEndpoint endpoint ) : System
endpoint SubscriptionEndpoint
Résultat System

MethodDispatcher() public méthode

public MethodDispatcher ( object target ) : System
target object
Résultat System

MethodDispatcher() public méthode

public MethodDispatcher ( object target, bool isOneWay ) : System
target object
isOneWay bool
Résultat System