AsyncCallback: Execute

Execute

The method called by an asynchronous operation when it has completed.



 Public Sub Execute(
	  ByVal ar As IAsyncResult )

Parameters

ar
[ByVal] IAsyncResult. The result of the operation.

Remarks

This interface should be implemented in a class that is to respond to the asynchronous operation.

See Also

Project CorLib Overview

Class AsyncCallback Overview