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

OnConnected() protected method

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