C# Class Centreon_EventLog_2_Syslog.MyService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: centreon/centreon-E2S

Méthodes publiques

Méthode Description
MyService ( ) : System

Simple constructor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnStart ( string args ) : void

Set things in motion so your service can do its work.

OnStop ( ) : void

Stop this service.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( ) : void

Program Main function

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MyService() public méthode

Simple constructor
public MyService ( ) : System
Résultat System

OnStart() protected méthode

Set things in motion so your service can do its work.
protected OnStart ( string args ) : void
args string
Résultat void

OnStop() protected méthode

Stop this service.
protected OnStop ( ) : void
Résultat void