/// <summary>Resets all messages and calls to the server</summary>
 public void ResetCommunication()
 {
     _comms.ResetCommunication();
     _rttComms.DisableRTT();
     Update();
     AuthenticationService.ClearSavedProfileID();
 }
 /// <summary>Resets all messages and calls to the server</summary>
 public void ResetCommunication()
 {
     m_bc.ResetCommunication();
 }
Exemple #3
0
 /// <summary>Resets all messages and calls to the server</summary>
 public void ResetCommunication()
 {
     _comms.ResetCommunication();
     AuthenticationService.ClearSavedProfileID();
 }