System.Net.ConnectionPool.CancelErrorCallbackWrapper C# (CSharp) Method

CancelErrorCallbackWrapper() private static method

private static CancelErrorCallbackWrapper ( TimerThread timer, int timeNoticed, object context ) : void
timer TimerThread
timeNoticed int
context object
return void
        private static void CancelErrorCallbackWrapper(TimerThread.Timer timer, int timeNoticed, object context)
        {
            ((ConnectionPool) context).CancelErrorCallback();
        }