OnResult method

Called with the result of an asynchronous web service request.

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