Get the syncroot of this endpoint.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Protected 
ReadOnly 
Property 
SyncRoot 
As 
Object
C#
protected 
Object 
SyncRoot { 
get; }
Visual C++
protected:
property 
Object^ 
SyncRoot {
	
Object^ 
get ();
}
JavaScript
function get_
syncRoot();

See Also