C# 클래스 NServiceBus.MessageMutator.MutateOutgoingTransportMessageContext

Context class for IMutateOutgoingTransportMessages.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
MutateOutgoingTransportMessageContext ( byte outgoingBody, object outgoingMessage, string>.Dictionary outgoingHeaders, object incomingMessage, string>.IReadOnlyDictionary incomingHeaders ) : System.Collections.Generic

Initializes a new instance of MutateOutgoingTransportMessageContext.

TryGetIncomingHeaders ( string>.IReadOnlyDictionary &incomingHeaders ) : bool

Gets the incoming headers that initiated the current send if it exists.

TryGetIncomingMessage ( object &incomingMessage ) : bool

Gets the incoming message that initiated the current send if it exists.

메소드 상세

MutateOutgoingTransportMessageContext() 공개 메소드

Initializes a new instance of MutateOutgoingTransportMessageContext.
public MutateOutgoingTransportMessageContext ( byte outgoingBody, object outgoingMessage, string>.Dictionary outgoingHeaders, object incomingMessage, string>.IReadOnlyDictionary incomingHeaders ) : System.Collections.Generic
outgoingBody byte
outgoingMessage object
outgoingHeaders string>.Dictionary
incomingMessage object
incomingHeaders string>.IReadOnlyDictionary
리턴 System.Collections.Generic

TryGetIncomingHeaders() 공개 메소드

Gets the incoming headers that initiated the current send if it exists.
public TryGetIncomingHeaders ( string>.IReadOnlyDictionary &incomingHeaders ) : bool
incomingHeaders string>.IReadOnlyDictionary
리턴 bool

TryGetIncomingMessage() 공개 메소드

Gets the incoming message that initiated the current send if it exists.
public TryGetIncomingMessage ( object &incomingMessage ) : bool
incomingMessage object
리턴 bool