C# Class OSAE.ClientService.ClientService.ClientService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

Méthode Description
ClientService ( ) : OSAE
LoadPlugins ( string name ) : void

Méthodes protégées

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

Private Methods

Méthode Description
Main ( string args ) : void
MethodMessageReceived ( PacketHeader header, Connection connection, string message ) : void
PluginMessageReceived ( PacketHeader header, Connection connection, string message ) : void
startPlugin ( Plugin plugin ) : void
stopPlugin ( Plugin p ) : void

Method Details

ClientService() public méthode

public ClientService ( ) : OSAE
Résultat OSAE

LoadPlugins() public méthode

public LoadPlugins ( string name ) : void
name string
Résultat void

OnStart() protected méthode

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

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void