C# Class NServiceBus.Transport.OutgoingMessage

The message going out to the transport.
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
OutgoingMessage ( string messageId, string>.Dictionary headers, byte body ) : System.Collections.Generic

Initializes a new instance of OutgoingMessage.

Method Details

OutgoingMessage() public méthode

Initializes a new instance of OutgoingMessage.
public OutgoingMessage ( string messageId, string>.Dictionary headers, byte body ) : System.Collections.Generic
messageId string The message id to use.
headers string>.Dictionary The headers associated with this message.
body byte The body of the message.
Résultat System.Collections.Generic