Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The AsyncCallback delegate is used to specify a method that should be called when the begin operation completes. The AsyncCallback delegate is passed as the second to last parameter on the begin operation as shown in the following code:
public delegate void AsyncCallback(IAsyncResult ar);
See Also
Asynchronous Design Pattern Overview | Asynchronous Method Signatures | IAsyncResult Interface | Asynchronous Programming