AsyncQueue<T>::SyncRoot Property

 

Gets the synchronization object used by this queue.

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

protected:
property Object^ SyncRoot {
	Object^ get();
}

Property Value

Type: System::Object^

Returns the synchronization object used by this queue.

Return to top
Show: