Click or drag to resize

ServiceHelperOnStart Method

To be called from the OnStart(String) method of ParentService.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void OnStart(
	string[] args
)
View Source

Parameters

args  String
Array of type String.
See Also