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.
NOTE: This API is now obsolete.
Synchronization object for locking instances.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("A derived class should implement its own synchronization root object")> _
Protected ReadOnly Property SyncRoot As Object
Get
'Usage
Dim value As Object
value = Me.SyncRoot
[ObsoleteAttribute("A derived class should implement its own synchronization root object")]
protected Object SyncRoot { get; }
Property Value
Type: System.Object