Inheritance
System.Object
Queue
Namespace:InfinniPlatform.MessageQueue.Management
Assembly:InfinniPlatform.MessageQueue.RabbitMQ.dll
public class Queue : object
Properties
|
Improve this Doc
View Source
Declaration
public int ActiveConsumers { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<string, string> Arguments { get; set; }
Property Value
Type |
Description |
Dictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
Declaration
public bool AutoDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public int Consumers { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public bool Durable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string ExclusiveConsumerTag { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string IdleSince { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public long Memory { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Declaration
public int Messages { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int MessagesReady { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int MessagesUnacknowledged { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Node { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Policy { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Vhost { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods