C# 클래스 NServiceBus.Transport.TransportOperation

Defines the transport operations including the message and information how to send it.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
TransportOperation ( OutgoingMessage message, AddressTag addressTag, DispatchConsistency requiredDispatchConsistency = DispatchConsistency.Default, List deliveryConstraints = null ) : System.Collections.Generic

Creates a new transport operation.

메소드 상세

TransportOperation() 공개 메소드

Creates a new transport operation.
public TransportOperation ( OutgoingMessage message, AddressTag addressTag, DispatchConsistency requiredDispatchConsistency = DispatchConsistency.Default, List deliveryConstraints = null ) : System.Collections.Generic
message OutgoingMessage The message to dispatch.
addressTag AddressTag The address to use when routing this message.
requiredDispatchConsistency DispatchConsistency The required consistency level for the dispatch operation.
deliveryConstraints List The delivery constraints that must be honored by the transport.
리턴 System.Collections.Generic