C# Class ClientLauncher.ApplicationUpdates

Show file Open project: swganhtools/swganhclientlauncher Class Usage Examples

Public Methods

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

Private Methods

Method Description
DownloadComplete ( LauncherData theVersion, byte arFileBytes ) : void
DownloadStarted ( IAsyncResult theResult ) : void
ReadingStream ( IAsyncResult theResult ) : void

Method Details

ApplicationUpdates() public method

public ApplicationUpdates ( LauncherData myClient ) : System
myClient LauncherData
return System

UpdateAvailable() public method

public UpdateAvailable ( Dispatcher myDispatcher ) : List
myDispatcher System.Windows.Threading.Dispatcher
return List

UpdateToLatestVersion() public method

public UpdateToLatestVersion ( Dispatcher myDispatcher, LauncherData theVersion ) : void
myDispatcher System.Windows.Threading.Dispatcher
theVersion LauncherData
return void