C# Класс NServiceBus.OutgoingPhysicalMessageContext

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

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

Метод Описание
OutgoingPhysicalMessageContext ( byte body, IReadOnlyCollection routingStrategies, IOutgoingLogicalMessageContext parentContext ) : System.Collections.Generic
UpdateMessage ( byte body ) : void

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

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

public OutgoingPhysicalMessageContext ( byte body, IReadOnlyCollection routingStrategies, IOutgoingLogicalMessageContext parentContext ) : System.Collections.Generic
body byte
routingStrategies IReadOnlyCollection
parentContext IOutgoingLogicalMessageContext
Результат System.Collections.Generic

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

public UpdateMessage ( byte body ) : void
body byte
Результат void