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