Delegate AsyncCallback
References a method to be called when a corresponding asynchronous operation completes.
Namespace: System
Assembly: mscorlib.dll
Syntax
public delegate void AsyncCallback(IAsyncResult ar);
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | ar | The result of the asynchronous operation. |