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)

 

WSResult 类

此类表示 Web 服务请求的结果。

语法
Visual Basic
Public Class WSResult
C#
public class WSResult
注释

可通过以下三种方式获取 WSResult 对象:

- 将其传递到 WSListener.onResult。

- 由编译器生成的服务代理的 asyncXYZ 方法返回。

- 通过调用具有指定请求 ID 的 WSBase.getResult 获取。


WSResult 成员
Acknowledge 方法
GetArrayValue 方法
GetBoolArrayValue 方法
GetBooleanArrayValue 方法
GetBooleanValue 方法
GetBoolValue 方法
GetByteArrayValue 方法
GetByteValue 方法
GetCharArrayValue 方法
GetCharValue 方法
GetDecimalArrayValue 方法
GetDecimalValue 方法
GetDoubleArrayValue 方法
GetDoubleValue 方法
GetErrorMessage 方法
GetFloatArrayValue 方法
GetFloatValue 方法
GetInt16ArrayValue 方法
GetInt16Value 方法
GetInt32ArrayValue 方法
GetInt32Value 方法
GetInt64ArrayValue 方法
GetInt64Value 方法
GetIntArrayValue 方法
GetIntValue 方法
GetLongArrayValue 方法
GetLongValue 方法
GetNullableBoolArrayValue 方法
GetNullableBoolValue 方法
GetNullableDecimalArrayValue 方法
GetNullableDecimalValue 方法
GetNullableDoubleArrayValue 方法
GetNullableDoubleValue 方法
GetNullableFloatArrayValue 方法
GetNullableFloatValue 方法
GetNullableIntArrayValue 方法
GetNullableIntValue 方法
GetNullableLongArrayValue 方法
GetNullableLongValue 方法
GetNullableSByteArrayValue 方法
GetNullableSByteValue 方法
GetNullableShortArrayValue 方法
GetNullableShortValue 方法
GetObjectArrayValue 方法
GetObjectValue 方法
GetRequestID 方法
GetSByteArrayValue 方法
GetSByteValue 方法
GetShortArrayValue 方法
GetShortValue 方法
GetSingleArrayValue 方法
GetSingleValue 方法
GetStatus 方法
GetStringArrayValue 方法
GetStringValue 方法
GetUIntArrayValue 方法
GetUIntValue 方法
GetULongArrayValue 方法
GetULongValue 方法
GetUShortArrayValue 方法
GetUShortValue 方法
GetValue 方法
SetLogger 方法