Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.