Interface IQueue
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IQueue : IDeclarable
Properties
|
Edit this page
View Source
ActualName
Declaration
string ActualName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IsAutoDelete
Declaration
bool IsAutoDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsDurable
Declaration
bool IsDurable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsExclusive
Declaration
bool IsExclusive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
MasterLocator
Declaration
string MasterLocator { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
QueueName
Declaration
string QueueName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|