Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
TaskManager
TaskManagerService
C# Class TaskManager.TaskManagerService
Implements the Windows service interface for the Task Manager.
Inheritance:
System.ServiceProcess.ServiceBase
Datei anzeigen
Open project: CrazyJson/TaskManager
Class Usage Examples
Public Methods
Method
Description
TaskManagerService
( ) :
System.Diagnostics
Protected Methods
Method
Description
OnStart
(
string
args
) :
void
OnStop
( ) :
void
Method Details
OnStart()
protected
method
protected
OnStart
(
string
args
) :
void
args
string
return
void
OnStop()
protected
method
protected
OnStop
( ) :
void
return
void
TaskManagerService()
public
method
public
TaskManagerService
( ) :
System.Diagnostics
return
System.Diagnostics