C# Class ServiceExample.ServiceExample

Inheritance: StartableService
Mostrar archivo Open project: Schmitzenbergh/CsharpExamples

Public Methods

Method Description
ServiceExample ( ) : System.Diagnostics

Protected Methods

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

Method Details

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

ServiceExample() public method

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