Class DeclareQueueBase
Inheritance
System.Object
DeclareQueueBase
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public abstract class DeclareQueueBase : Attribute
Properties
|
Edit this page
View Source
Admin
Declaration
public virtual string Admin { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Admins
Declaration
public virtual string[] Admins { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Edit this page
View Source
AutoDelete
Declaration
public virtual string AutoDelete { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Declare
Declaration
public virtual string Declare { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Durable
Declaration
public virtual string Durable { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Exclusive
Declaration
public virtual string Exclusive { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IgnoreDeclarationExceptions
Declaration
public virtual string IgnoreDeclarationExceptions { get; set; }
Property Value
Type |
Description |
System.String |
|