C# Класс Service.pGinaServiceHost

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

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

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

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

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCustomCommand ( int command ) : void
OnStart ( string args ) : void
OnStop ( ) : void

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

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

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

RunMessagePump ( ) : void
SignalShutdownPending ( ) : void
WaitForServiceInit ( ) : void

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

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

protected OnCustomCommand ( int command ) : void
command int
Результат void

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

protected OnStart ( string args ) : void
args string
Результат void

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

protected OnStop ( ) : void
Результат void

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

public pGinaServiceHost ( ) : System
Результат System