C# Class RabbitMQ.Client.Unit.TestConnectionRecovery.AckingBasicConsumer

Inheritance: TestBasicConsumer1
Exibir arquivo Open project: SilversphereInc/rabbitmq-dotnet-client

Public Methods

Method Description
AckingBasicConsumer ( IModel model, ManualResetEvent latch, System.Action fn ) : NUnit.Framework
PostHandleDelivery ( ulong deliveryTag ) : void

Method Details

AckingBasicConsumer() public method

public AckingBasicConsumer ( IModel model, ManualResetEvent latch, System.Action fn ) : NUnit.Framework
model IModel
latch System.Threading.ManualResetEvent
fn System.Action
return NUnit.Framework

PostHandleDelivery() public method

public PostHandleDelivery ( ulong deliveryTag ) : void
deliveryTag ulong
return void