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