C# Класс IServiceOriented.ServiceBus.Delivery.DirectDeliveryCore

Dispatches messages directly to subscribers
This delivery core can be useful if you do not require queued delivery or are dispatching to endpoints that manage their own queues.
Наследование: DeliveryCore
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Deliver ( MessageDelivery delivery ) : void
DirectDeliveryCore ( ) : System
DirectDeliveryCore ( bool transactional ) : System

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

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

public Deliver ( MessageDelivery delivery ) : void
delivery MessageDelivery
Результат void

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

public DirectDeliveryCore ( ) : System
Результат System

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

public DirectDeliveryCore ( bool transactional ) : System
transactional bool
Результат System