March 2002
Intermediate to advanced
864 pages
31h 8m
English
WaitOrTimerCallback
This delegate is passed to a ThreadPool. If
the wasSignaled parameter is true, then
the delegate is invoked in
response to a signal; otherwise, it is invoked because the
handle timed out.
public delegate void WaitOrTimerCallback(object state, bool timedOut);
ThreadPool.{RegisterWaitForSingleObject(), UnsafeRegisterWaitForSingleObject()}