C# Class NServiceBus.OutgoingPhysicalMessageContext

Inheritance: OutgoingContext, IOutgoingPhysicalMessageContext
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

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

Method Details

OutgoingPhysicalMessageContext() public méthode

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

UpdateMessage() public méthode

public UpdateMessage ( byte body ) : void
body byte
Résultat void