Class AsyncCallbackEvents
FoxPro class used as a callback handler for Asynchronous operations like InvokeMethodAsync() and InvokeStaticMethodAsync().
Class Members
| Member | Description | |
|---|---|---|
| OnCompleted | Called when an async call completes successfully and a result is returned.
o.OnCompleted(lvResult,lcMethod)
|
|
| OnError | Method called when an error occurs during an async callback operation. The method is called with error information.
o.OnError(lcMessage, loException, lcMethod)
|
|
