C# 클래스 NServiceBus.OutgoingLogicalMessageContext

상속: OutgoingContext, IOutgoingLogicalMessageContext
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
OutgoingLogicalMessageContext ( string messageId, string>.Dictionary headers, OutgoingLogicalMessage message, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
UpdateMessage ( object newInstance ) : void

메소드 상세

OutgoingLogicalMessageContext() 공개 메소드

public OutgoingLogicalMessageContext ( string messageId, string>.Dictionary headers, OutgoingLogicalMessage message, IReadOnlyCollection routingStrategies, IBehaviorContext parentContext ) : System.Collections.Generic
messageId string
headers string>.Dictionary
message OutgoingLogicalMessage
routingStrategies IReadOnlyCollection
parentContext IBehaviorContext
리턴 System.Collections.Generic

UpdateMessage() 공개 메소드

public UpdateMessage ( object newInstance ) : void
newInstance object
리턴 void