Exemplo n.º 1
0
 /// <summary>
 /// Stop a specific server
 /// </summary>
 /// <param name="cfg">The configuration of the specific server to stop</param>
 protected override void StopServer()
 {
     Server?.Dispose();
 }
Exemplo n.º 2
0
 private void ShutdownServer()
 {
     _ServerInstance.Dispose();
     FormUpdateTimer.Stop();
 }