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)

Syntax

'Declaration
Protected ReadOnly Property SyncRoot As Object
protected Object SyncRoot { get; }
protected:
property Object^ SyncRoot {
    Object^ get ();
}
member SyncRoot : Object with get
function get SyncRoot () : Object

Property Value

Type: System.Object
Returns the synchronization object used by this queue.

.NET Framework Security

See Also

Reference

AsyncQueue<T> Class

Microsoft.VisualStudio.Threading Namespace