SubQueue Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the possible system subqueues that can be received from.
public enum SubQueue
type SubQueue =
Public Enum SubQueue
- Inheritance
-
SubQueue
Fields
Name | Value | Description |
---|---|---|
None | 0 | No subqueue, the queue itself will be received from. |
DeadLetter | 1 | The dead-letter subqueue contains messages that have been dead-lettered. https://video2.skills-academy.com/azure/service-bus-messaging/service-bus-dead-letter-queues#moving-messages-to-the-dlq |
TransferDeadLetter | 2 | The transfer dead-letter subqueue contains messages that have been dead-lettered when the following conditions apply:
|
Applies to
Azure SDK for .NET