Called with the result of an asynchronous web service request.
Visual Basic
Public Sub OnResult( _
ByVal wsResult As iAnywhere.QAnywhere.WS.WSResult _
)
C#
public void OnResult(
iAnywhere.QAnywhere.WS.WSResult wsResult
);
wsResult The WSResult describing the result of a web service request.