C# Class J9Updater.AppUpgradeClient.AppUpgradeManager

Mostrar archivo Open project: zlphoenix/LearnCSharp Class Usage Examples

Public Methods

Method Description
GetServerApps ( ) : IList
Upload ( string appName, System.Version ver, string appBasePath ) : void

Private Methods

Method Description
GenerateIndexFile ( string appName, System.Version ver, string appBasePath ) : AppInfo

Method Details

GetServerApps() public method

public GetServerApps ( ) : IList
return IList

Upload() public method

public Upload ( string appName, System.Version ver, string appBasePath ) : void
appName string
ver System.Version
appBasePath string
return void