SettingsUpdateInstance Method
Updates the default instance of
Settings.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.167 -- Release Build+1e132a4d484f1823d39b71639f55ad9da4974e99
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.