C# Class EasyService4Net.EasyService

Mostrar archivo Open project: TheCodeCleaner/EasyService4Net

Public Methods

Method Description
EasyService ( string serviceDisplayName = null, string serviceName = null ) : System

Run ( string args ) : void

Private Methods

Method Description
InstallService ( ) : void
RunConsole ( ) : void
RunService ( ) : void
Start ( ) : void
Stop ( ) : void
UnInstallService ( ) : void

Method Details

EasyService() public method

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.
return System

Run() public method

public Run ( string args ) : void
args string
return void