Class DeclareAnonymousQueueAttribute
Inheritance
System.Object
DeclareAnonymousQueueAttribute
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public class DeclareAnonymousQueueAttribute : DeclareQueueBase
Constructors
|
Edit this page
View Source
DeclareAnonymousQueueAttribute(String)
Declaration
public DeclareAnonymousQueueAttribute(string id)
Parameters
Type |
Name |
Description |
System.String |
id |
|
Properties
|
Edit this page
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|