C# Class 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.
Inheritance: DeliveryCore
Datei anzeigen Open project: jezell/iserviceoriented Class Usage Examples

Public Methods

Method Description
Deliver ( MessageDelivery delivery ) : void
DirectDeliveryCore ( ) : System
DirectDeliveryCore ( bool transactional ) : System

Method Details

Deliver() public method

public Deliver ( MessageDelivery delivery ) : void
delivery MessageDelivery
return void

DirectDeliveryCore() public method

public DirectDeliveryCore ( ) : System
return System

DirectDeliveryCore() public method

public DirectDeliveryCore ( bool transactional ) : System
transactional bool
return System