IOCompletionCallback Delegate
For apps that target Windows Phone OS 7.0 and 7.1, do not use any members of this type in your app. If you do, your code will throw a MethodAccessException. This type is security-critical, which restricts it to internal use by the .NET Framework for Windows Phone class library.
Assembly: mscorlib (in mscorlib.dll)
[SECURITY CRITICAL]
This API is not CLS-compliant.
Namespace:
System.Threading[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Receives the error code, number of bytes, and overlapped value type when an I/O operation completes on the thread pool.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- errorCode
- Type: System::UInt32
The error code.
- numBytes
- Type: System::UInt32
The number of bytes that are transferred.
- pOVERLAP
- Type:
System.Threading::NativeOverlapped
*
A NativeOverlapped representing an unmanaged pointer to the native overlapped value type.
Show: