Mono Class Library: System Namespace

System.AsyncCallback Delegate

References one or more methods called when an asynchronous operation completes. [Edit]
[System.Runtime.InteropServices.ComVisible(true)]
public delegate void AsyncCallback (IAsyncResult ar)

Parameters

ar
A IAsyncResult object containing information about the asynchronous operation that has completed. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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