System.Net.ConnectionPool.CancelErrorCallbackWrapper C# (CSharp) Метод

CancelErrorCallbackWrapper() приватный статический Метод

private static CancelErrorCallbackWrapper ( TimerThread timer, int timeNoticed, object context ) : void
timer TimerThread
timeNoticed int
context object
Результат void
        private static void CancelErrorCallbackWrapper(TimerThread.Timer timer, int timeNoticed, object context)
        {
            ((ConnectionPool) context).CancelErrorCallback();
        }