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.