The method called by an asynchronous operation when it has completed.
Public Sub Execute( ByVal ar As IAsyncResult )
This interface should be implemented in a class that is to respond to the asynchronous operation.
Project CorLib Overview
Class AsyncCallback Overview