MessageCountDetails.ActiveMessageCount Property

 

Gets the number of active messages in the queue.

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

[DataMemberAttribute(Order = 65537)]
public long ActiveMessageCount { get; internal set; }

Property Value

Type: System.Int64

The number of active messages in the queue.

Return to top
Show: