SettingsUpdateInstance Method
Updates the default instance of
Settings.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void UpdateInstance(
Settings settings
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub UpdateInstance (
settings As Settings
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void UpdateInstance(
Settings^ settings
)
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.