C# Class MSA.Zmq.Service.ZMQService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: kadekcipta/ZmqJsonRpc

Méthodes publiques

Méthode Description
ZMQService ( ServiceRunner runner ) : System

Méthodes protégées

Méthode Description
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

OnStart() protected méthode

protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

ZMQService() public méthode

public ZMQService ( ServiceRunner runner ) : System
runner MSA.Zmq.JsonRpc.ServiceRunner
Résultat System