AsyncCallbackEvents::OnCompleted
Called when an async call completes successfully and a result is returned.
o.OnCompleted(lvResult,lcMethod)
Parameters
lvResult
The result of the method call.
lcMethod
The name of the method called - can be used as an identifier if you use the same callbackhandler for several method calls.
See also
Class AsyncCallbackEvents© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic