C# Класс NServiceBus.Transport.TransportOperation

Defines the transport operations including the message and information how to send it.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TransportOperation ( OutgoingMessage message, AddressTag addressTag, DispatchConsistency requiredDispatchConsistency = DispatchConsistency.Default, List deliveryConstraints = null ) : System.Collections.Generic

Creates a new transport operation.

Описание методов

TransportOperation() публичный метод

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.
Результат System.Collections.Generic