C# Class ProcessMonitor.Service.MonitorService

Inheritance: System.ServiceProcess.ServiceBase
Mostrar archivo Open project: sys27/ProcessMonitor

Public Methods

Method Description
MonitorService ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnContinue ( ) : void
OnPause ( ) : void
OnShutdown ( ) : void
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MonitorService() public method

public MonitorService ( ) : System
return System

OnContinue() protected method

protected OnContinue ( ) : void
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnShutdown() protected method

protected OnShutdown ( ) : void
return void

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void