C# Class MWS.Service.MacheteWindowsService

Inheritance: System.ServiceProcess.ServiceBase
Exibir arquivo Open project: SavageLearning/Machete Class Usage Examples

Public Properties

Property Type Description
MWSEventLog System.Diagnostics.EventLog
instances List

Public Methods

Method Description
MacheteWindowsService ( ) : System

Service process called by the Program.Main

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnContinue ( ) : void
OnStart ( string args ) : void
OnStop ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MacheteWindowsService() public method

Service process called by the Program.Main
public MacheteWindowsService ( ) : System
return System

OnContinue() protected method

protected OnContinue ( ) : void
return void

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

Property Details

MWSEventLog public_oe property

public EventLog,System.Diagnostics MWSEventLog
return System.Diagnostics.EventLog

instances public_oe property

public List instances
return List