C# Class NServiceBus.Transport.MulticastTransportOperation

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

Méthodes publiques

Méthode Description
MulticastTransportOperation ( OutgoingMessage message, Type messageType, DispatchConsistency requiredDispatchConsistency = DispatchConsistency.Default, List deliveryConstraints = null ) : System

Creates a new MulticastTransportOperation instance.

Method Details

MulticastTransportOperation() public méthode

Creates a new MulticastTransportOperation instance.
public MulticastTransportOperation ( OutgoingMessage message, Type messageType, DispatchConsistency requiredDispatchConsistency = DispatchConsistency.Default, List deliveryConstraints = null ) : System
message OutgoingMessage
messageType System.Type
requiredDispatchConsistency DispatchConsistency
deliveryConstraints List
Résultat System