Class AsyncCallbackEvents

FoxPro class used as a callback handler for Asynchronous operations like InvokeMethodAsync() and InvokeStaticMethodAsync().

Class Members

MemberDescription

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, 1996-2024 • Updated: 03/11/19
Comment or report problem with topic