C# Class Neo.Services.ServiceProxy

Inheritance: ServiceBase
Mostra file Open project: NewEconoLab/neo-cli-nel

Public Methods

Method Description
ServiceProxy ( Neo.Services.ConsoleServiceBase service ) : System.ServiceProcess

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

ServiceProxy() public method

public ServiceProxy ( Neo.Services.ConsoleServiceBase service ) : System.ServiceProcess
service Neo.Services.ConsoleServiceBase
return System.ServiceProcess