C# Класс NServiceBus.OutgoingLogicalMessageContext

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

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

Метод Описание
OutgoingLogicalMessageContext ( string messageId, string>.Dictionary headers, OutgoingLogicalMessage message, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
UpdateMessage ( object newInstance ) : void

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

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

public OutgoingLogicalMessageContext ( string messageId, string>.Dictionary headers, OutgoingLogicalMessage message, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
messageId string
headers string>.Dictionary
message OutgoingLogicalMessage
routingStrategies IReadOnlyCollection
parentContext IBehaviorContext
Результат System.Collections.Generic

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

public UpdateMessage ( object newInstance ) : void
newInstance object
Результат void