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

Represents a transport operation which should be delivered to a single receiver.
Наследование: IOutgoingTransportOperation
Показать файл Открыть проект

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

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

Creates a new UnicastTransportOperation instance.

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

UnicastTransportOperation() публичный Метод

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