C# 클래스 NServiceBus.OutgoingPhysicalMessageContext

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

공개 메소드들

메소드 설명
OutgoingPhysicalMessageContext ( byte body, IReadOnlyCollection routingStrategies, IOutgoingLogicalMessageContext parentContext ) : System.Collections.Generic
UpdateMessage ( byte body ) : void

메소드 상세

OutgoingPhysicalMessageContext() 공개 메소드

public OutgoingPhysicalMessageContext ( byte body, IReadOnlyCollection routingStrategies, IOutgoingLogicalMessageContext parentContext ) : System.Collections.Generic
body byte
routingStrategies IReadOnlyCollection
parentContext IOutgoingLogicalMessageContext
리턴 System.Collections.Generic

UpdateMessage() 공개 메소드

public UpdateMessage ( byte body ) : void
body byte
리턴 void