Queue Class
Represents a queue entity. It is optimized for queue management in the service bus namespace. It is designed for use in creating a queue, deleting, or updating a queue.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
The Queue type exposes the following members.
| Name | Description | |
|---|---|---|
|
DefaultMessageTimeToLive | Gets the default message time to live of a queue. |
|
DuplicateDetectionHistoryTimeWindow | Gets the duration of the time window for duplicate detection history. |
|
EnableDeadLetteringOnMessageExpiration | Gets the value that indicates whether this queue has dead letter support when a message expires. |
|
ExtensionData | Gets the additional information that describes any extension to a queue description. |
|
LockDuration | Gets the lock duration timespan associated with this queue. |
|
MaxQueueSizeInBytes | Gets the maximum queue size in bytes. |
|
NamespaceClient | Gets the namespace client that created or retrieved the subscription. |
|
Path | Gets the full path of the queue. |
|
RequiresDuplicateDetection | Gets the value that indicates whether this queue requires duplicate detection. |
|
RequiresSession | Gets the value that indicates whether this queue supports the concept of session. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetDescription | Gets the description of a queue. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |