C# Class NServiceBus.OutgoingPhysicalMessageContext

Inheritance: OutgoingContext, IOutgoingPhysicalMessageContext
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
OutgoingPhysicalMessageContext ( byte body, IReadOnlyCollection routingStrategies, IOutgoingLogicalMessageContext parentContext ) : System.Collections.Generic
UpdateMessage ( byte body ) : void

Method Details

OutgoingPhysicalMessageContext() public method

public OutgoingPhysicalMessageContext ( byte body, IReadOnlyCollection routingStrategies, IOutgoingLogicalMessageContext parentContext ) : System.Collections.Generic
body byte
routingStrategies IReadOnlyCollection
parentContext IOutgoingLogicalMessageContext
return System.Collections.Generic

UpdateMessage() public method

public UpdateMessage ( byte body ) : void
body byte
return void