C# 클래스 NServiceBus.Transport.UnicastTransportOperation

Represents a transport operation which should be delivered to a single receiver.
상속: IOutgoingTransportOperation
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
UnicastTransportOperation ( OutgoingMessage message, string destination, DispatchConsistency requiredDispatchConsistency = DispatchConsistency.Default, List deliveryConstraints = null ) : System.Collections.Generic

Creates a new UnicastTransportOperation instance.

메소드 상세

UnicastTransportOperation() 공개 메소드

Creates a new UnicastTransportOperation instance.
public UnicastTransportOperation ( OutgoingMessage message, string destination, DispatchConsistency requiredDispatchConsistency = DispatchConsistency.Default, List deliveryConstraints = null ) : System.Collections.Generic
message OutgoingMessage
destination string
requiredDispatchConsistency DispatchConsistency
deliveryConstraints List
리턴 System.Collections.Generic