NServiceBus.MessageIdExtensions.GetMessageId C# (CSharp) Method

GetMessageId() public static method

Returns the message id.
public static GetMessageId ( this options ) : string
options this Options to extend.
return string
        public static string GetMessageId(this ExtendableOptions options)
        {
            return options.MessageId;
        }
    }
MessageIdExtensions