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