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)

public:
property int Count {
	int get();
}

Property Value

Type: System::Int32

Returns the number of elements currently in the queue.

Return to top
Show: