C# Класс OSAE.Service.OSAEService.OSAEService

Наследование: ServiceBase
Показать файл Открыть проект

Открытые методы

Метод Описание
OSAEService ( ) : System

Public Constructor for WindowsService. - Put all of your Initialization code here.

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
Main ( string args ) : void

The Main Thread: This is where your Service is Run.

UnhandledExceptions ( object sender, UnhandledExceptionEventArgs args ) : void
checkLogEvent ( Object source, System.Timers.ElapsedEventArgs e ) : void

Описание методов

OSAEService() публичный Метод

Public Constructor for WindowsService. - Put all of your Initialization code here.
public OSAEService ( ) : System
Результат System

OnShutdown() защищенный Метод

The service control manager has requested us to shitdown
protected OnShutdown ( ) : void
Результат void

OnStart() защищенный Метод

The service control manager has requested us to start
protected OnStart ( string args ) : void
args string
Результат void

OnStop() защищенный Метод

The service control manager has requested us to stop
protected OnStop ( ) : void
Результат void