C# 클래스 NServiceBus.Pipeline.OutgoingLogicalMessage

Represents a logical message about to be push out to the transport.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
OutgoingLogicalMessage ( Type messageType, object message ) : System

Initializes the message with a explicit message type and instance. Use this constructor if the message type is different from the instance type.

메소드 상세

OutgoingLogicalMessage() 공개 메소드

Initializes the message with a explicit message type and instance. Use this constructor if the message type is different from the instance type.
public OutgoingLogicalMessage ( Type messageType, object message ) : System
messageType System.Type
message object
리턴 System