C# Class NServiceBus.Transport.TransportOperation

Defines the transport operations including the message and information how to send it.
Show file Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
TransportOperation ( OutgoingMessage message, AddressTag addressTag, DispatchConsistency requiredDispatchConsistency = DispatchConsistency.Default, List deliveryConstraints = null ) : System.Collections.Generic

Creates a new transport operation.

Method Details

TransportOperation() public method

Creates a new transport operation.
public TransportOperation ( OutgoingMessage message, AddressTag addressTag, DispatchConsistency requiredDispatchConsistency = DispatchConsistency.Default, List deliveryConstraints = null ) : System.Collections.Generic
message OutgoingMessage The message to dispatch.
addressTag AddressTag The address to use when routing this message.
requiredDispatchConsistency DispatchConsistency The required consistency level for the dispatch operation.
deliveryConstraints List The delivery constraints that must be honored by the transport.
return System.Collections.Generic