Ejemplo n.º 1
0
 /// <summary>
 /// Stop this service.
 /// The Run() Method tests for this thread state each second
 /// </summary>
 protected override void OnStop()
 {
     mServer.Stop();
     mServer.Dispose();
 }
Ejemplo n.º 2
0
 //! Stop this service.
 // The Run() Method tests for this thread state each second
 protected override void OnStop()
 {
     _server.Stop();
     _server.Dispose();
 }