C# Class ClientLauncher.ApplicationUpdates

Afficher le fichier Open project: swganhtools/swganhclientlauncher Class Usage Examples

Méthodes publiques

Méthode Description
ApplicationUpdates ( LauncherData myClient ) : System
UpdateAvailable ( Dispatcher myDispatcher ) : List
UpdateToLatestVersion ( Dispatcher myDispatcher, LauncherData theVersion ) : void

Private Methods

Méthode Description
DownloadComplete ( LauncherData theVersion, byte arFileBytes ) : void
DownloadStarted ( IAsyncResult theResult ) : void
ReadingStream ( IAsyncResult theResult ) : void

Method Details

ApplicationUpdates() public méthode

public ApplicationUpdates ( LauncherData myClient ) : System
myClient LauncherData
Résultat System

UpdateAvailable() public méthode

public UpdateAvailable ( Dispatcher myDispatcher ) : List
myDispatcher System.Windows.Threading.Dispatcher
Résultat List

UpdateToLatestVersion() public méthode

public UpdateToLatestVersion ( Dispatcher myDispatcher, LauncherData theVersion ) : void
myDispatcher System.Windows.Threading.Dispatcher
theVersion LauncherData
Résultat void