System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context C# (CSharp) Method

WaitOrTimerCallback_Context() static private method

static private WaitOrTimerCallback_Context ( Object state, bool timedOut ) : void
state Object
timedOut bool
return void
        static private void WaitOrTimerCallback_Context(Object state, bool timedOut)
        {
            _ThreadPoolWaitOrTimerCallback helper = (_ThreadPoolWaitOrTimerCallback)state;
            helper._waitOrTimerCallback(helper._state, timedOut);
        }