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