C# Class NServiceBus.MessageIdExtensions

Extensions to the outgoing pipeline.
Show file Open project: Particular/NServiceBus

Public Methods

Method 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 method

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

SetMessageId() public static method

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.
return void