FileFind.Meshwork.LocalNodeConnection.TimeOutTimerElapsed C# (CSharp) Method

TimeOutTimerElapsed() private method

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