C# Class NServiceBus.Transport.UnicastTransportOperation

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

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Collections.Generic