System.AsyncCallback Delegate
References one or more methods called when an asynchronous operation completes.

Syntax

[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.

Remarks

Documentation for this section has not yet been entered.

Requirements

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