This class represents the results of a web service request.
Public Class WSResult
public class WSResult
All members of WSResult class, including all inherited members.
Name | Description |
---|---|
Acknowledges that this WSResult has been processed. | |
Gets an array of complex types value from this WSResult. | |
Gets an array of bool values from this WSResult. | |
Gets an array of Boolean values from this WSResult. | |
Gets a Boolean value from this WSResult. | |
Gets a bool value from this WSResult. | |
Gets an array of byte values from this WSResult. | |
Gets a byte value from this WSResult. | |
Gets an array of char values from this WSResult. | |
Gets a char value from this WSResult. | |
Gets an array of decimal values from this WSResult. | |
Gets a decimal value from this WSResult. | |
Gets an array of double values from this WSResult. | |
Gets a double value from this WSResult. | |
Gets the error message. | |
Gets an array of float values from this WSResult. | |
Gets a float value from this WSResult. | |
Gets an array of Int16 values from this WSResult. | |
Gets an Int16 value from this WSResult. | |
Gets an array of Int32 values from this WSResult. | |
Gets an Int32 value from this WSResult. | |
Gets an array of Int64 values from this WSResult. | |
Gets an Int64 value from this WSResult. | |
Gets an array of int values from this WSResult. | |
Gets an int value from this WSResult. | |
Gets an array of long values from this WSResult. | |
Gets a long value from this WSResult. | |
Gets an array of bool values from this WSResult. | |
Gets a bool value from this WSResult. | |
Gets an array of NullableDecimal values from this WSResult. | |
Gets a NullableDecimal value from this WSResult. | |
Gets an array of double values from this WSResult. | |
Gets a double value from this WSResult. | |
Gets an array of float values from this WSResult. | |
Gets a float value from this WSResult. | |
Gets an array of int values from this WSResult. | |
Gets an int value from this WSResult. | |
Gets an array of long values from this WSResult. | |
Gets an Int64 value from this WSResult. | |
Gets an array of byte values from this WSResult. | |
Gets a byte value from this WSResult. | |
Gets an array of short values from this WSResult. | |
Gets a short value from this WSResult. | |
Gets an array of Object values from this WSResult. | |
Gets an object value from this WSResult. | |
Gets the request ID that this WSResult represents. | |
Gets an array of sbyte values from this WSResult. | |
Gets an sbyte value from this WSResult. | |
Gets an array of short values from this WSResult. | |
Gets a short value from this WSResult. | |
Gets an array of Single values from this WSResult. | |
Gets a Single value from this WSResult. | |
Gets the status of this WSResult. | |
Gets an array of string values from this WSResult. | |
Gets a string value from this WSResult. | |
Gets an array of unsigned int values from this WSResult. | |
Gets a unsigned int value from this WSResult. | |
Gets an array of unsigned long values from this WSResult. | |
Gets a unsigned long value from this WSResult. | |
Gets an array of unsigned short values from this WSResult. | |
Gets a unsigned short value from this WSResult. | |
Gets the value of a complex type from this WSResult. | |
Turns debug on or off. |
A WSResult object is obtained in one of three ways:
It is passed to the WSListener.onResult.
It is returned by an asyncXYZ method of the service proxy generated by the compiler.
It is obtained by calling WSBase.getResult with a specific request ID.
Acknowledge method
GetArrayValue method
GetBoolArrayValue method
GetBooleanArrayValue method
GetBooleanValue method
GetBoolValue method
GetByteArrayValue method
GetByteValue method
GetCharArrayValue method
GetCharValue method
GetDecimalArrayValue method
GetDecimalValue method
GetDoubleArrayValue method
GetDoubleValue method
GetErrorMessage method
GetFloatArrayValue method
GetFloatValue method
GetInt16ArrayValue method
GetInt16Value method
GetInt32ArrayValue method
GetInt32Value method
GetInt64ArrayValue method
GetInt64Value method
GetIntArrayValue method
GetIntValue method
GetLongArrayValue method
GetLongValue method
GetNullableBoolArrayValue method
GetNullableBoolValue method
GetNullableDecimalArrayValue method
GetNullableDecimalValue method
GetNullableDoubleArrayValue method
GetNullableDoubleValue method
GetNullableFloatArrayValue method
GetNullableFloatValue method
GetNullableIntArrayValue method
GetNullableIntValue method
GetNullableLongArrayValue method
GetNullableLongValue method
GetNullableSByteArrayValue method
GetNullableSByteValue method
GetNullableShortArrayValue method
GetNullableShortValue method
GetObjectArrayValue method
GetObjectValue method
GetRequestID method
GetSByteArrayValue method
GetSByteValue method
GetShortArrayValue method
GetShortValue method
GetSingleArrayValue method
GetSingleValue method
GetStatus method
GetStringArrayValue method
GetStringValue method
GetUIntArrayValue method
GetUIntValue method
GetULongArrayValue method
GetULongValue method
GetUShortArrayValue method
GetUShortValue method
GetValue method
SetLogger method
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |