static void Main() { var agent = new AgentMain("console"); agent.Run(); System.Console.ReadLine(); }
private static void RunThisThing() { try { _core = new AgentMain("agent"); _core.Run(); } catch (Exception e) { Logger.Log("Error when attempting to run RV Plugin: {0}", LogLevel.Error, e.ToString()); } }