C# Class MWS.Service.MacheteWindowsService

Inheritance: System.ServiceProcess.ServiceBase
Afficher le fichier Open project: SavageLearning/Machete Class Usage Examples

Méthodes publiques

Свойство Type Description
MWSEventLog System.Diagnostics.EventLog
instances List

Méthodes publiques

Méthode Description
MacheteWindowsService ( ) : System

Service process called by the Program.Main

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnContinue ( ) : void
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MacheteWindowsService() public méthode

Service process called by the Program.Main
public MacheteWindowsService ( ) : System
Résultat System

OnContinue() protected méthode

protected OnContinue ( ) : void
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

Property Details

MWSEventLog public_oe property

public EventLog,System.Diagnostics MWSEventLog
Résultat System.Diagnostics.EventLog

instances public_oe property

public List instances
Résultat List