SearchPathCollection.SyncRoot property [SDM]
| Platform SDK: System Definition Model Overview |
SearchPathCollection.SyncRoot
Note: This documentation is preliminary and is subject to change.
Gets an object that can be used to synchronize access to the search path collection.
[C#]
public virtual Object SyncRoot {get;}
FakePre-f12c9fbd80ed496181823c337e4e863b-ed0c4dad382e4a808b88cbe5263156f0
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
| Last updated: June 2005 | What did you think of this topic? | Order a Platform SDK CD |
| © Microsoft Corporation. All rights reserved. Terms of use. |