AsyncQueue<T>::IsCompleted Property

 

Determines whether the queue has completed.

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

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

Property Value

Type: System::Boolean

true if the queue has completed, otherwise false.

Return to top
Show: