Example #1
0
 /// <summary>
 ///		Called when the client is stopped
 /// </summary>
 internal static void OnClientStop()
 {
     PingManager.ClientShutdown();
     Logger.Info("Stopped client.");
 }
Example #2
0
 /// <summary>
 ///     Called when the client is stopped
 /// </summary>
 internal static void OnClientStop()
 {
     Status = ClientStatus.Offline;
     PingManager.ClientShutdown();
     Logger.Info("Stopped client.");
 }