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

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

Public Methods

Method Description
HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte body ) : void
PostHandleDelivery ( ulong deliveryTag ) : void
TestBasicConsumer1 ( IModel model, ManualResetEvent latch, System.Action fn ) : NUnit.Framework

Method Details

HandleBasicDeliver() public method

public HandleBasicDeliver ( string consumerTag, ulong deliveryTag, bool redelivered, string exchange, string routingKey, IBasicProperties properties, byte body ) : void
consumerTag string
deliveryTag ulong
redelivered bool
exchange string
routingKey string
properties IBasicProperties
body byte
return void

PostHandleDelivery() public method

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

TestBasicConsumer1() public method

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