Class QueueNameAttribute
Атрибут для определения имени очереди для сообщения.
Inheritance
System.Object
QueueNameAttribute
Namespace:InfinniPlatform.MessageQueue
Assembly:InfinniPlatform.MessageQueue.Abstractions.dll
Syntax
public class QueueNameAttribute : Attribute
Constructors
| Improve this Doc View SourceQueueNameAttribute(String)
Конструктор.
Declaration
public QueueNameAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Имя очереди сообщения. |
Properties
| Improve this Doc View SourceName
Имя очереди сообщения.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |