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)
|
© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic