ArtemisComm.Proxy.Logger.ProxyLogger.proxy_ConnectionLost C# (CSharp) Méthode

proxy_ConnectionLost() public méthode

public proxy_ConnectionLost ( object sender, ArtemisComm e ) : void
sender object
e ArtemisComm
Résultat void
        void proxy_ConnectionLost(object sender, ArtemisComm.ConnectionEventArgs e)
        {
            ConnectionCount--;
            if (LostConnection != null)
            {
                LostConnection(this, EventArgs.Empty);
            }
        }