Click or drag to resize

ServiceProcess Properties

The ServiceProcess type exposes the following members.

Properties
  Name Description
Public property Arguments Gets or sets the arguments to be passed in to the ExecutionMethod.
Public property CurrentState Gets the current ServiceProcessState.
Public property ExecutionMethod Gets or sets the Delegate that gets invoked when Start is called.
Public property ExecutionStartTime Gets the DateTime when execution of ServiceProcess last started.
Public property ExecutionStopTime Gets the DateTime when execution of ServiceProcess last completed.
Public property LastExecutionTime Gets the Time taken by the ServiceProcess during the last execution.
Public property Name Gets or sets the name of the ServiceProcess.
Public property Status Gets the descriptive status of the ServiceProcess.
Top
See Also