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