Tasque.Backends.IceCore.IceBackend.OnDisconnected C# (CSharp) 메소드

OnDisconnected() 정적인 개인적인 메소드

static private OnDisconnected ( string server, string username ) : void
server string
username string
리턴 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!)
        }