LocalEndpoint.SyncRoot Property
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