C# 클래스 J9Updater.AppUpgradeClient.AppUpgradeManager

파일 보기 프로젝트 열기: zlphoenix/LearnCSharp 1 사용 예제들

공개 메소드들

메소드 설명
GetServerApps ( ) : IList
Upload ( string appName, System.Version ver, string appBasePath ) : void

비공개 메소드들

메소드 설명
GenerateIndexFile ( string appName, System.Version ver, string appBasePath ) : AppInfo

메소드 상세

GetServerApps() 공개 메소드

public GetServerApps ( ) : IList
리턴 IList

Upload() 공개 메소드

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