MessageCountDetails Class

 

Provides the count details of messages in the queue.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Messaging.MessageCountDetails

Syntax

[DataContractAttribute(Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect", 
    Name = "MessageCountDetails")]
public sealed class MessageCountDetails
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect", 
    Name = "MessageCountDetails")]
public ref class MessageCountDetails sealed 
[<Sealed>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect",
    Name = "MessageCountDetails")>]
type MessageCountDetails = class end
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/netservices/2010/10/servicebus/connect",
    Name := "MessageCountDetails")>
Public NotInheritable Class MessageCountDetails

Constructors

Name Description
System_CAPS_pubmethod MessageCountDetails()

Initializes a new instance of the MessageCountDetails class.

System_CAPS_pubmethod MessageCountDetails(Int64, Int64, Int64, Int64, Int64)

Initializes a new instance of the MessageCountDetails class with message count details.

Properties

Name Description
System_CAPS_pubproperty ActiveMessageCount

Gets the number of active messages in the queue.

System_CAPS_pubproperty DeadLetterMessageCount

Gets the number of dead letter messages.

System_CAPS_pubproperty ScheduledMessageCount

Gets the number of scheduled messages.

System_CAPS_pubproperty TransferDeadLetterMessageCount

Gets the number of transferred dead letter messages.

System_CAPS_pubproperty TransferMessageCount

Gets the number of transferred messages.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Messaging Namespace

Return to top