C# Class EasyService4Net.EasyService

Afficher le fichier Open project: TheCodeCleaner/EasyService4Net

Méthodes publiques

Méthode Description
EasyService ( string serviceDisplayName = null, string serviceName = null ) : System

Run ( string args ) : void

Private Methods

Méthode Description
InstallService ( ) : void
RunConsole ( ) : void
RunService ( ) : void
Start ( ) : void
Stop ( ) : void
UnInstallService ( ) : void

Method Details

EasyService() public méthode

public EasyService ( string serviceDisplayName = null, string serviceName = null ) : System
serviceDisplayName string null for using the assembly name.
serviceName string null for using the assembly name.
Résultat System

Run() public méthode

public Run ( string args ) : void
args string
Résultat void