SettingsBase::Synchronized Method (SettingsBase^)
.NET Framework (current version)
Provides a SettingsBase class that is synchronized (thread safe).
Assembly: System (in System.dll)
Parameters
- settingsBase
-
Type:
System.Configuration::SettingsBase^
The class used to support user property settings.
The indexer will get and set property data in a thread-safe manner if the IsSynchronized property is set to true. A SettingsBase instance by default is not thread-safe. However, you can call Synchronized passing in a SettingsBase instance to make the SettingsBase indexer operate in a thread-safe manner.
.NET Framework
Available since 2.0
Available since 2.0
Show: