Table of Contents

Class QueueDeclareOk

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll

Represents Queue info.

public class QueueDeclareOk
Inheritance
QueueDeclareOk
Inherited Members

Constructors

QueueDeclareOk(string, uint, uint)

Creates a new instance of the QueueDeclareOk.

public QueueDeclareOk(string queueName, uint messageCount, uint consumerCount)

Parameters

queueName string

Queue name.

messageCount uint

Message count.

consumerCount uint

Consumer count.

Properties

ConsumerCount

Consumer count.

public uint ConsumerCount { get; }

Property Value

uint

MessageCount

Message count.

public uint MessageCount { get; }

Property Value

uint

QueueName

Queue name.

public string QueueName { get; }

Property Value

string

Operators

implicit operator string(QueueDeclareOk)

public static implicit operator string(QueueDeclareOk declareOk)

Parameters

declareOk QueueDeclareOk

Returns

string