Click or drag to resize

ServiceHelperSaveSettings(Boolean) Method

Saves settings of the ServiceHelper to the config file if the PersistSettings property is set to true.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public void SaveSettings(
	bool includeServiceComponents
)
View Source

Parameters

includeServiceComponents  Boolean
A boolean value that indicates whether the settings of ServiceComponents are to be saved.
Exceptions
ExceptionCondition
ConfigurationErrorsExceptionSettingsCategory has a value of null or empty string.
See Also