C# Class NServiceBus.Transports.RabbitMQ.ConfirmsAwareChannel

Inheritance: IDisposable
Mostra file Open project: MyDealerLot/NServiceBus.RabbitMQ

Public Methods

Method Description
ConfirmsAwareChannel ( IConnection connection, bool usePublisherConfirms, System.TimeSpan maxWaitTimeForConfirms ) : System
Dispose ( ) : void

Method Details

ConfirmsAwareChannel() public method

public ConfirmsAwareChannel ( IConnection connection, bool usePublisherConfirms, System.TimeSpan maxWaitTimeForConfirms ) : System
connection IConnection
usePublisherConfirms bool
maxWaitTimeForConfirms System.TimeSpan
return System

Dispose() public method

public Dispose ( ) : void
return void