C# Class NServiceBus.OutgoingLogicalMessageContext

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

Méthodes publiques

Méthode Description
OutgoingLogicalMessageContext ( string messageId, string>.Dictionary headers, OutgoingLogicalMessage message, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
UpdateMessage ( object newInstance ) : void

Method Details

OutgoingLogicalMessageContext() public méthode

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
Résultat System.Collections.Generic

UpdateMessage() public méthode

public UpdateMessage ( object newInstance ) : void
newInstance object
Résultat void