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

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

Public Methods

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

Method Details

NackingBasicConsumer() public method

public NackingBasicConsumer ( 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