Click or drag to resize

ServiceHelperRemoveProcess Method

Removes an existing ServiceProcess from the ServiceHelper.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public bool RemoveProcess(
	string processName
)
View Source

Parameters

processName  String
Name of the ServiceProcess to be removed.

Return Value

Boolean
true if the ServiceProcess exists and is removed, otherwise false.
See Also