C# 클래스 NServiceBus.Outbox.OutboxMessage

The Outbox message type.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
OutboxMessage ( string messageId, TransportOperation operations )

Creates an instance of an OutboxMessage.

메소드 상세

OutboxMessage() 공개 메소드

Creates an instance of an OutboxMessage.
public OutboxMessage ( string messageId, TransportOperation operations )
messageId string The message identifier of the incoming message.
operations TransportOperation The outgoing transport operations to execute as part of this incoming message.