GetResult method

Gets a WSResult object that represents the results of a web service request.

Syntax
Visual Basic
Public Function GetResult( _
   ByVal requestID As String _
) As iAnywhere.QAnywhere.WS.WSResult
C#
public iAnywhere.QAnywhere.WS.WSResult GetResult(
   string  requestID
);
Parameters
  • requestID   The ID of the web service request.

Return value

A WSResult instance representing the results of the web service request.

See also