IOCompletionCallback

IOCompletionCallback serializable

System.Threading (mscorlib.dll) delegate

This delegate is used to communicate with thread pools that are created using the Win32 API. This is a delegate to a method that will be called by an unmanaged process.

 public delegate void  IOCompletionCallback  (uint   errorCode   , uint   numBytes   ,      NativeOverlapped   *pOVERLAP   ); 

Passed To

Overlapped.{Pack( ) , UnsafePack( )}



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