C# 클래스 NServiceBus.MessageIdExtensions

Extensions to the outgoing pipeline.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
GetMessageId ( this options ) : string

Returns the message id.

SetMessageId ( this options, string messageId ) : void

Allows the user to set the message id.

메소드 상세

GetMessageId() 공개 정적인 메소드

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

SetMessageId() 공개 정적인 메소드

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.
리턴 void