Gwupe.Cloud.Communication.CoupledConnection.OnDisconnected C# (CSharp) Method

OnDisconnected() protected method

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