SettingsSave(Settings, Boolean) Method
Saves any changed settings.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.165 -- Release Build+e14d337b173ad33e50be6747ce5b02f477f99484
public static void Save(
Settings? settings = null,
bool forceSave = false
)
Public Shared Sub Save (
Optional settings As Settings = Nothing,
Optional forceSave As Boolean = false
)
public:
static void Save(
Settings^ settings = nullptr,
bool forceSave = false
)
Gemstone.Configuration.Settings.Save = function(settings, forceSave);
Parameters
- settings Settings (Optional)
- Settings instance.
- forceSave Boolean (Optional)
- Determines if save operation should be forced, i.e., whether settings are dirty or not.
This method will not return until the save operation has completed.