C# Класс Centreon_EventLog_2_Syslog.MyService

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

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

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

Simple constructor

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

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

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

Метод Описание
InitializeComponent ( ) : void

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

Main ( ) : void

Program Main function

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Simple constructor
public MyService ( ) : System
Результат System

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

Set things in motion so your service can do its work.
protected OnStart ( string args ) : void
args string
Результат void

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

Stop this service.
protected OnStop ( ) : void
Результат void