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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for web services » WSListener interface

 

onResult method

Syntax
void WSListener.onResult(
  WSResult wsResult
)
Parameters
  • wsResult   The WSResult describing the result of a web service request.

Remarks

Called with the result of an asynchronous web service request.

See Also

WSResult class