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) » WSResult class

GetObjectValue method Next Page

GetRequestID method


Gets the request ID that this WSResult represents.

Syntax

Visual Basic
Public Function GetRequestID() As String

C#
public string GetRequestID();

Return value

The request ID.

Remarks

This request ID should be persisted between runs of the application if it is desired to obtain a WSResult corresponding to a web service request in a run of the application different from when the request was made.