C# Class PlaygroundKeeper.Api.Warehouse.RestApi

Afficher le fichier Open project: Starcounter/PlaygroundKeeper

Méthodes publiques

Méthode Description
Software_GET ( string ip, ushort port, string depotKey, string key, Action completionCallback = null, Action errorCallback = null ) : void

Method Details

Software_GET() public static méthode

public static Software_GET ( string ip, ushort port, string depotKey, string key, Action completionCallback = null, Action errorCallback = null ) : void
ip string
port ushort
depotKey string
key string
completionCallback Action
errorCallback Action
Résultat void