C# 클래스 PlaygroundKeeper.WarehouseManager

파일 보기 프로젝트 열기: Starcounter/PlaygroundKeeper

공개 메소드들

메소드 설명
GetCompatibleSoftwareVersions ( string depotKey, string appId, PlaygroundHost host, Action completionCallback, Action errorCallback = null ) : void

Retrive a list of compatible software Version for a specific host The result can be multiple versions of the software content's if it's a suite.

GetSoftware ( string ip, ushort port, string depotKey, string appId, Action completionCallback, Action errorCallback = null ) : void

Get Software information from warehouse

비공개 메소드들

메소드 설명
GetCompatibleSoftwareVersion ( string warehouseIP, ushort warehousePort, string depotKey, string appId, string scVersion, Action completionCallback, Action errorCallback = null ) : void

Retrive a list of compatible software Version for a specific starcounter version. The result can be multiple versions of the software content's if it's a suite.

메소드 상세

GetCompatibleSoftwareVersions() 공개 정적인 메소드

Retrive a list of compatible software Version for a specific host The result can be multiple versions of the software content's if it's a suite.
public static GetCompatibleSoftwareVersions ( string depotKey, string appId, PlaygroundHost host, Action completionCallback, Action errorCallback = null ) : void
depotKey string
appId string
host PlaygroundHost
completionCallback Action
errorCallback Action
리턴 void

GetSoftware() 공개 정적인 메소드

Get Software information from warehouse
public static GetSoftware ( string ip, ushort port, string depotKey, string appId, Action completionCallback, Action errorCallback = null ) : void
ip string
port ushort
depotKey string
appId string
completionCallback Action
errorCallback Action
리턴 void