MessageCountDetails Class
Updated: October 21, 2012
Provides the count details of messages in the queue.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)
| Name | Description | |
|---|---|---|
![]() | MessageCountDetails() | Initializes a new instance of the MessageCountDetails class. |
![]() | MessageCountDetails(Int64, Int64, Int64, Int64, Int64) | Initializes a new instance of the MessageCountDetails class with message count details. |
| Name | Description | |
|---|---|---|
![]() | ActiveMessageCount | Gets the number of active messages in the queue. |
![]() | DeadLetterMessageCount | Gets the number of dead letter messages. |
![]() | ScheduledMessageCount | Gets the number of scheduled messages. |
![]() | TransferDeadLetterMessageCount | Gets the number of transferred dead letter messages. |
![]() | TransferMessageCount | Gets the number of transferred messages. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

