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

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

Public Methods

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

Method Details

PostHandleDelivery() public method

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

RejectingBasicConsumer() public method

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