SettingsSave(Settings, Boolean) Method

Saves any changed settings.

Definition

Namespace: Gemstone.Configuration
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.141 -- Release Build+8fc1477299d57116e2a4f3cb8dfe059f814b239b
public static void Save(
	Settings? settings = null,
	bool forceSave = false
)

Parameters

settings  Settings  (Optional)
Settings instance.
forceSave  Boolean  (Optional)
Determines if save operation should be forced, i.e., whether settings are dirty or not.

Remarks

This method will not return until the save operation has completed.

See Also