Gets a WSResult object that represents the results of a web service request.
Visual Basic
Public Function GetResult( _
ByVal requestID As String _
) As iAnywhere.QAnywhere.WS.WSResult
C#
public iAnywhere.QAnywhere.WS.WSResult GetResult(
string requestID
);
requestID The ID of the web service request.
A WSResult instance representing the results of the web service request.