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) » WSListener interface

OnException method Next Page

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