Beispiel #1
0
 public static async Task RestartAppAsync()
 {
     DamaCoreCMSHost.StopAppAsync(nccWebHost);
 }
Beispiel #2
0
 public static async Task ShutdownAppAsync()
 {
     DamaCoreCMSHost.ShutdownAppAsync(nccWebHost);
 }
Beispiel #3
0
 public static void Main(string[] args)
 {
     DamaCoreCMSHost.StartForerver(starterThread, new ParameterizedThreadStart(StartApp), Directory.GetCurrentDirectory(), args);
 }