Click or drag to resize

ServiceHelperOnServiceStarting Method

Raises the ServiceStarting event.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
protected virtual void OnServiceStarting(
	string[] args
)
View Source

Parameters

args  String
Arguments to be sent to ServiceStarting event.
See Also