WaitOrTimerCallback

WaitOrTimerCallback serializable

System.Threading (mscorlib.dll) delegate

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   ); 

Passed To

ThreadPool.{RegisterWaitForSingleObject( ) , UnsafeRegisterWaitForSingleObject( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net