C# Класс NServiceBus.RoutingContext

Наследование: OutgoingContext, IRoutingContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RoutingContext ( OutgoingMessage messageToDispatch, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
RoutingContext ( OutgoingMessage messageToDispatch, RoutingStrategy routingStrategy, IBehaviorContext parentContext ) : System.Collections.Generic

Описание методов

RoutingContext() публичный Метод

public RoutingContext ( OutgoingMessage messageToDispatch, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
messageToDispatch OutgoingMessage
routingStrategies IReadOnlyCollection
parentContext IBehaviorContext
Результат System.Collections.Generic

RoutingContext() публичный Метод

public RoutingContext ( OutgoingMessage messageToDispatch, RoutingStrategy routingStrategy, IBehaviorContext parentContext ) : System.Collections.Generic
messageToDispatch OutgoingMessage
routingStrategy RoutingStrategy
parentContext IBehaviorContext
Результат System.Collections.Generic