Click or drag to resize

ServiceHelperLoadSettings(Boolean) Method

Loads saved settings of the ServiceHelper from 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 LoadSettings(
	bool includeServiceComponents
)
View Source

Parameters

includeServiceComponents  Boolean
A boolean value that indicates whether the settings of ServiceComponents are to be loaded.
See Also