Метод | Описание | |
---|---|---|
Dispatch ( MessageDelivery messageDelivery ) : void | ||
MethodDispatcher ( SubscriptionEndpoint endpoint ) : System | ||
MethodDispatcher ( object target ) : System | ||
MethodDispatcher ( object target, bool isOneWay ) : System |
Метод | Описание | |
---|---|---|
GetResponseCorrelationId ( MessageDelivery delivery ) : string |
Метод | Описание | |
---|---|---|
MethodDispatcher ( ) : System |
public Dispatch ( MessageDelivery messageDelivery ) : void | ||
messageDelivery | MessageDelivery | |
Результат | void |
protected GetResponseCorrelationId ( MessageDelivery delivery ) : string | ||
delivery | MessageDelivery | |
Результат | string |
public MethodDispatcher ( SubscriptionEndpoint endpoint ) : System | ||
endpoint | SubscriptionEndpoint | |
Результат | System |
public MethodDispatcher ( object target ) : System | ||
target | object | |
Результат | System |
public MethodDispatcher ( object target, bool isOneWay ) : System | ||
target | object | |
isOneWay | bool | |
Результат | System |