RealTimeEndpoint.SyncRoot Property
NOTE: This API is now obsolete.
Get the syncroot of this endpoint.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This is a platform implementation that should not be used by applications.")> _
Protected ReadOnly Property SyncRoot As Object
Get
'Usage
Dim value As Object
value = Me.SyncRoot
[ObsoleteAttribute("This is a platform implementation that should not be used by applications.")]
protected Object SyncRoot { get; }
Property Value
Type: System.Object