C# Class Dev2.WindowsServiceManager

Inheritance: System.Configuration.Install.Installer
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Commit ( IDictionary savedState ) : void
Install ( ) : bool
Install ( IDictionary stateSaver ) : void
StartService ( System.Configuration.Install.InstallContext context ) : bool
StopService ( System.Configuration.Install.InstallContext context ) : bool
Uninstall ( ) : bool
Uninstall ( IDictionary savedState ) : void
WindowsServiceManager ( ) : System

Private Methods

Méthode Description
LogMessage ( string message, System.Configuration.Install.InstallContext context ) : void
SetRecoveryOptions ( ) : void
WriteExceptions ( Exception e, System.Configuration.Install.InstallContext context ) : void

Method Details

Commit() public méthode

public Commit ( IDictionary savedState ) : void
savedState IDictionary
Résultat void

Install() public static méthode

public static Install ( ) : bool
Résultat bool

Install() public méthode

public Install ( IDictionary stateSaver ) : void
stateSaver IDictionary
Résultat void

StartService() public static méthode

public static StartService ( System.Configuration.Install.InstallContext context ) : bool
context System.Configuration.Install.InstallContext
Résultat bool

StopService() public static méthode

public static StopService ( System.Configuration.Install.InstallContext context ) : bool
context System.Configuration.Install.InstallContext
Résultat bool

Uninstall() public static méthode

public static Uninstall ( ) : bool
Résultat bool

Uninstall() public méthode

public Uninstall ( IDictionary savedState ) : void
savedState IDictionary
Résultat void

WindowsServiceManager() public méthode

public WindowsServiceManager ( ) : System
Résultat System