C# Class NServiceBus.MessageIdExtensions

Extensions to the outgoing pipeline.
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
GetMessageId ( this options ) : string

Returns the message id.

SetMessageId ( this options, string messageId ) : void

Allows the user to set the message id.

Method Details

GetMessageId() public static méthode

Returns the message id.
public static GetMessageId ( this options ) : string
options this Options to extend.
Résultat string

SetMessageId() public static méthode

Allows the user to set the message id.
public static SetMessageId ( this options, string messageId ) : void
options this Options to extend.
messageId string The message id to use.
Résultat void