FileFind.Meshwork.LocalNodeConnection.TimeOutTimerElapsed C# (CSharp) Méthode

TimeOutTimerElapsed() private méthode

private TimeOutTimerElapsed ( object o, System.Timers.ElapsedEventArgs args ) : void
o object
args System.Timers.ElapsedEventArgs
Résultat void
        private void TimeOutTimerElapsed(object o, ElapsedEventArgs args)
        {
            Disconnect (new Exception ("Ping Timeout"));
        }