Method | Description | |
---|---|---|
OSAEService ( ) : System |
Public Constructor for WindowsService. - Put all of your Initialization code here.
|
Method | Description | |
---|---|---|
OnShutdown ( ) : void |
The service control manager has requested us to shitdown
|
|
OnStart ( string args ) : void |
The service control manager has requested us to start
|
|
OnStop ( ) : void |
The service control manager has requested us to stop
|
Method | Description | |
---|---|---|
Main ( string args ) : void |
The Main Thread: This is where your Service is Run.
|
|
UnhandledExceptions ( object sender, |
||
checkLogEvent ( Object source, System.Timers.ElapsedEventArgs e ) : void |