IsSynchronized Property of the DocumentErrorCollection Object

IsSynchronized Property of the DocumentErrorCollection Object

Gets a value indicating whether access to the document error collection is synchronized (thread-safe).

  [C#]
public virtual Boolean IsSynchronized {get;}

FakePre-6566de2a5943470fac99501a40cb5192-ef69436d9c4940cda51100b5743f3d8f

Remarks

Enumerating through a collection is intrinsically not a thread-safe procedure. Even when a collection is synchronized, other threads could still modify the collection, which causes the enumerator to throw an exception. To guarantee thread safety during enumeration, you can either lock the collection during the entire enumeration or catch the exceptions resulting from changes made by other threads.

Requirements

Namespace

Defined in Microsoft.SystemDefinitionModel.Tools.

Assembly

Requires SdmCompile (in SdmCompile.dll).

.NET Framework

Requires .NET Framework 2.0.

See Also

Microsoft.SystemDefinitionModel.Tools

Send comments about this topic to Microsoft

Build date: 10/2/2007