C# Class NServiceBus.Transport.MulticastTransportOperation

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

Public Methods

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

Creates a new MulticastTransportOperation instance.

Method Details

MulticastTransportOperation() public method

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
return System