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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.