| AsyncCallback: Execute |
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 VBCorLib Overview Class AsyncCallback Overview AsyncCallback Properties AsyncCallback Methods