C# Class MSA.Zmq.Service.ZMQService

Inheritance: System.ServiceProcess.ServiceBase
ファイルを表示 Open project: kadekcipta/ZmqJsonRpc

Public Methods

Method Description
ZMQService ( ServiceRunner runner ) : System

Protected Methods

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

Method Details

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

ZMQService() public method

public ZMQService ( ServiceRunner runner ) : System
runner MSA.Zmq.JsonRpc.ServiceRunner
return System