SettingsUpdateInstance Method
Updates the default instance of
Settings.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.170 -- Release Build+d52ae7197b8b2924ea9e1e530d25301718816611
Gemstone.Configuration.Settings.UpdateInstance = function(settings);
Parameters
- settings Settings
- New default instance of Settings.
This changes the default singleton instance of
Settings to the specified instance.
Use this method with caution as it can lead to unexpected behavior if the default instance is changed.