Tasque.Backends.IceCore.IceBackend.OnDisconnected C# (CSharp) Method

OnDisconnected() static private method

static private OnDisconnected ( string server, string username ) : void
server string
username string
return void
        void OnDisconnected(string server, string username)
        {
            // TODO: Figure out what to do when the ICEcore Daemon disconnects
            Logger.Debug ("Received disconnect message from ICEcore Daemon");

            Refresh (); // ... this will clear out the lists (yuck!)
        }