C# Class NServiceBus.Transport.UnicastTransportOperation

Represents a transport operation which should be delivered to a single receiver.
Inheritance: IOutgoingTransportOperation
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
UnicastTransportOperation ( OutgoingMessage message, string destination, DispatchConsistency requiredDispatchConsistency = DispatchConsistency.Default, List deliveryConstraints = null ) : System.Collections.Generic

Creates a new UnicastTransportOperation instance.

Method Details

UnicastTransportOperation() public method

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
return System.Collections.Generic