Click or drag to resize

ServiceProcessExecutionMethod Property

Gets or sets the Delegate that gets invoked when Start is called.

Namespace: GSF.ServiceProcess
Assembly: GSF.ServiceProcess (in GSF.ServiceProcess.dll) Version: 2.4.181-beta
Syntax
public Action<string, Object[]> ExecutionMethod { get; set; }
View Source

Property Value

ActionString, Object
Remarks
Argument1 gets the Name of the ServiceProcess.
Argument2 gets the Arguments of the ServiceProcess.
See Also