Click or drag to resize

ServiceProcess Constructor

Initializes a new instance of the ServiceProcess class.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public ServiceProcess(
	Action<string, Object[]> executionMethod,
	string name,
	params Object[] arguments
)
View Source

Parameters

executionMethod  ActionString, Object
Delegate that gets invoked when Start is called.
name  String
Name of the ServiceProcess.
arguments  Object
Arguments to be passed in to the executionMethod.
See Also