C# Class SimpleServices.ServiceContainer

Inheritance: System.ServiceProcess.ServiceBase, IWindowsService
显示文件 Open project: davidwhitney/SimpleServices

Public Methods

Method Description
ServiceContainer ( IWindowsService unitOfCode ) : System
Start ( string args ) : void

Protected Methods

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

Method Details

Dispose() protected method

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

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

ServiceContainer() public method

public ServiceContainer ( IWindowsService unitOfCode ) : System
unitOfCode IWindowsService
return System

Start() public method

public Start ( string args ) : void
args string
return void