Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.WS namespace (.NET 1.0) » WSBase class

ClearRequestProperties method Next Page

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
Return value

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

See also