C# Class @namespace.Service

Inheritance: ServiceBase
Show file Open project: reflection-emit/Cauldron

Public Methods

Method Description
Service ( ) : System.ServiceProcess

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnPause ( ) : void
OnStart ( Array args ) : void
OnStop ( ) : void

Method Details

Dispose() protected method

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

OnPause() protected method

protected OnPause ( ) : void
return void

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

Service() public method

public Service ( ) : System.ServiceProcess
return System.ServiceProcess