Gwupe.Cloud.Communication.CoupledConnection.OnDisconnected C# (CSharp) Méthode

OnDisconnected() protected méthode

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