AsyncQueue<T>.Count Property

Gets the number of elements currently in the queue.

Namespace:  Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int with get
function get Count () : int

Property Value

Type: System.Int32
Returns the number of elements currently in the queue.

.NET Framework Security

See Also

Reference

AsyncQueue<T> Class

Microsoft.VisualStudio.Threading Namespace