ResponseCollection.SyncRoot

The SyncRoot property contains an object used to synchronize access to the collection. This implementation always returns the current instance of the ResponseCollection object.

Syntax

[C#]

  Copy imageCopy Code
public Object SyncRoot {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property SyncRoot As Object

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also