Method | 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 |
Method | Description | |
---|---|---|
LogMessage ( string message, System.Configuration.Install.InstallContext context ) : void | ||
SetRecoveryOptions ( ) : void | ||
WriteExceptions ( |
public Commit ( IDictionary savedState ) : void | ||
savedState | IDictionary | |
return | void |
public Install ( IDictionary stateSaver ) : void | ||
stateSaver | IDictionary | |
return | void |
public static StartService ( System.Configuration.Install.InstallContext context ) : bool | ||
context | System.Configuration.Install.InstallContext | |
return | bool |
public static StopService ( System.Configuration.Install.InstallContext context ) : bool | ||
context | System.Configuration.Install.InstallContext | |
return | bool |
public Uninstall ( IDictionary savedState ) : void | ||
savedState | IDictionary | |
return | void |