AsyncQueue<T>::IsEmpty Property

 

Determines whether the queue is currently empty.

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

public:
property bool IsEmpty {
	bool get();
}

Property Value

Type: System::Boolean

true if the queue is currently empty, otherwise false.

Return to top
Show: