System.Threading.IOCompletionCallback Delegate

Receives the error code, number of bytes, and overlapped value type when an I/O operation completes on the thread pool.

Syntax

[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public delegate void IOCompletionCallback (uint errorCode, uint numBytes, NativeOverlapped* pOVERLAP)

Parameters

errorCode
Documentation for this section has not yet been entered.
numBytes
Documentation for this section has not yet been entered.
pOVERLAP
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0