Beispiel #1
0
 /// <summary>
 /// method to close the server
 /// </summary>
 public void CloseServer()
 {
     dm.CloseServer();
     guis.Close();
     m_eventLogger.EntryWritten -= WhenEntryWritten;
 }
Beispiel #2
0
 /// <summary>
 /// method to close the server
 /// </summary>
 public void CloseServer()
 {
     dm.CloseServer();         // close the DirectoryManager
     serv.Close();             // close the Server
 }