Example #1
0
 private static void Main(string[] args)
 {
     ConsoleServiceHandler.Run("ALS Event Hub", new MessageHubService());
 }
Example #2
0
 private static void Main(string[] args)
 {
     ConsoleServiceHandler.Run("ALS Client", new MessageServerService());
 }