C# Class withSIX.Updater.Presentation.Wpf.SixElevatedService

Inheritance: System.ServiceProcess.ServiceBase, IUpdaterWCF, IConsoleLauncher
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
LaunchGame ( ) : int
PerformOperation ( ) : int
Run ( ) : int
SixElevatedService ( IEnumerable commands ) : System

Méthodes protégées

Méthode Description
OnShutdown ( ) : void
OnStart ( ) : void
OnStop ( ) : void

Private Methods

Méthode Description
RunCommands ( string args ) : int
RunCommandsAndLog ( string args ) : int
WorkerThreadMain ( ) : void

Method Details

LaunchGame() public méthode

public LaunchGame ( ) : int
Résultat int

OnShutdown() protected méthode

protected OnShutdown ( ) : void
Résultat void

OnStart() protected méthode

protected OnStart ( ) : void
Résultat void

OnStop() protected méthode

protected OnStop ( ) : void
Résultat void

PerformOperation() public méthode

public PerformOperation ( ) : int
Résultat int

Run() public méthode

public Run ( ) : int
Résultat int

SixElevatedService() public méthode

public SixElevatedService ( IEnumerable commands ) : System
commands IEnumerable
Résultat System