C# Class Sirius.Win32.WinService.Win32Service

Inheritance: System.ServiceProcess.ServiceBase
Show file Open project: mkolisnyk/Sirius

Public Methods

Method Description
Win32Service ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Освободить все используемые ресурсы.

OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Обязательный метод для поддержки конструктора - не изменяйте содержимое данного метода при помощи редактора кода.

ServiceWorkerThread ( object state ) : void

Method Details

Dispose() protected method

Освободить все используемые ресурсы.
protected Dispose ( bool disposing ) : void
disposing bool истинно, если управляемый ресурс должен быть удален; иначе ложно.
return void

OnStart() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void

Win32Service() public method

public Win32Service ( ) : System
return System