C# Class OSAE.ClientService.ClientService.ClientService

Inheritance: System.ServiceProcess.ServiceBase
Mostrar archivo Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
ClientService ( ) : OSAE
LoadPlugins ( string name ) : void

Protected Methods

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

Private Methods

Method 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 method

public ClientService ( ) : OSAE
return OSAE

LoadPlugins() public method

public LoadPlugins ( string name ) : void
name string
return void

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void