MessageCountDetails Class

 

Updated: October 21, 2012

Provides the count details of messages in the queue.

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

System.Object
  Microsoft.WindowsAzure.Messaging.MessageCountDetails

<DataContractAttribute(Namespace := "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect",
	Name := "MessageCountDetails")>
Public NotInheritable Class MessageCountDetails

NameDescription
System_CAPS_pubmethodMessageCountDetails()

Initializes a new instance of the MessageCountDetails class.

System_CAPS_pubmethodMessageCountDetails(Int64, Int64, Int64, Int64, Int64)

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

NameDescription
System_CAPS_pubpropertyActiveMessageCount

Gets the number of active messages in the queue.

System_CAPS_pubpropertyDeadLetterMessageCount

Gets the number of dead letter messages.

System_CAPS_pubpropertyScheduledMessageCount

Gets the number of scheduled messages.

System_CAPS_pubpropertyTransferDeadLetterMessageCount

Gets the number of transferred dead letter messages.

System_CAPS_pubpropertyTransferMessageCount

Gets the number of transferred messages.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: