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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere .NET API 参考 » 用于 Web 服务的 QAnywhere .NET (.NET 2.0)

 

WSStatus 枚举

此类定义 Web 服务请求状态的代码。

语法
Visual Basic
Public Enum WSStatus
C#
public enum WSStatus
成员名称
成员名称 说明

STATUS_ERROR

处理请求时存在错误。

STATUS_QUEUED

已将此请求放入队列中等待发送给服务器。

STATUS_RESULT_AVAILABLE

请求的结果可用。

STATUS_SUCCESS

请求成功。