Gwupe.Cloud.Communication.CoupledConnection.OnDisconnected C# (CSharp) 메소드

OnDisconnected() 보호된 메소드

protected OnDisconnected ( ) : void
리턴 void
        protected virtual void OnDisconnected()
        {
            EventHandler handler = Disconnected;
            if (handler != null) handler(this, EventArgs.Empty);
        }