Implement Torch API in client

This commit is contained in:
John Gross
2016-12-24 15:51:18 -08:00
parent 2695cda5fa
commit 81037b502a
14 changed files with 140 additions and 163 deletions

View File

@@ -24,7 +24,6 @@ namespace Torch.Server
public class TorchServer : TorchBase, ITorchServer
{
public Thread ServerThread { get; private set; }
public string[] RunArgs { get; set; } = new string[0];
public bool IsRunning { get; private set; }
public event Action SessionLoading;