C# Class NodeNetAsync.Core.CoreService

Inheritance: System.ServiceProcess.ServiceBase
Show file Open project: soywiz/NodeNetAsync

Public Methods

Method Description
CoreService ( Func Action ) : System

Protected Methods

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

Method Details

CoreService() public method

public CoreService ( Func Action ) : System
Action Func
return System

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void