C# Class PlaygroundKeeper.Api.Warehouse.RestApi

Mostra file Open project: Starcounter/PlaygroundKeeper

Public Methods

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

Method Details

Software_GET() public static method

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
return void