System.AsyncCallback Delegate

public delegate void AsyncCallback(IAsyncResult ar);

Base Types

Object
  Delegate
    AsyncCallback

This type implements ICloneable.

Assembly

mscorlib

Library

BCL

Summary

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

Parameters

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

See Also

System Namespace