Class QueueInformation
Inheritance
System.Object
QueueInformation
Assembly: Steeltoe.Messaging.RabbitMQ.dll
public class QueueInformation : object
Constructors
|
Edit this page
View Source
Declaration
public QueueInformation(string name, uint messageCount, uint consumerCount)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.UInt32 |
messageCount |
|
System.UInt32 |
consumerCount |
|
Properties
|
Edit this page
View Source
Declaration
public uint ConsumerCount { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Edit this page
View Source
Declaration
public uint MessageCount { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Edit this page
View Source
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|