C# Class TaskManager.TaskManagerService

Implements the Windows service interface for the Task Manager.
Inheritance: System.ServiceProcess.ServiceBase
Datei anzeigen Open project: CrazyJson/TaskManager Class Usage Examples

Public Methods

Method Description
TaskManagerService ( ) : System.Diagnostics

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

TaskManagerService() public method

public TaskManagerService ( ) : System.Diagnostics
return System.Diagnostics