System.Net.ConnectionPool.CancelErrorCallbackWrapper C# (CSharp) Méthode

CancelErrorCallbackWrapper() private static méthode

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