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

OnConnected() protected méthode

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