public delegate void AsyncCallback(IAsyncResult ar);
Object
Delegate
AsyncCallbackThis type implements ICloneable.
mscorlib
BCL
References one or more methods called when an asynchronous operation completes.
- ar
- A IAsyncResult object containing information about the asynchronous operation that has completed.
System Namespace