C# 클래스 NServiceBus.Transport.OutgoingMessage

The message going out to the transport.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
OutgoingMessage ( string messageId, string>.Dictionary headers, byte body ) : System.Collections.Generic

Initializes a new instance of OutgoingMessage.

메소드 상세

OutgoingMessage() 공개 메소드

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.
리턴 System.Collections.Generic