Class QueueDeclareOk
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
Fields
ConsumerCount
Consumer count.
public readonly uint ConsumerCount
Field Value
MessageCount
Message count.
public readonly uint MessageCount
Field Value
QueueName
Queue name.
public readonly string QueueName
Field Value
Operators
implicit operator string(QueueDeclareOk)
public static implicit operator string(QueueDeclareOk declareOk)
Parameters
declareOk
QueueDeclareOk