ResponseCollection.IsSynchronized

The ResponseCollection.IsSynchronized property indicates whether access to the collection is synchronized.

Syntax

[C#]

  Copy imageCopy Code
public Boolean IsSynchronized {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property IsSynchronized As Boolean

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also