Reads an operation response of a WebRpc and provides convenient access to most common values.
More...
|
string | Name [get] |
| Name of the WebRpc that was called. More...
|
|
int | ReturnCode [get] |
| ReturnCode of the WebService that answered the WebRpc. More...
|
|
string | DebugMessage [get] |
| Might be empty or null. More...
|
|
Dictionary< string, object > | Parameters [get] |
| Other key/values returned by the webservice that answered the WebRpc. More...
|
|
Reads an operation response of a WebRpc and provides convenient access to most common values.
See LoadBalancingClient.OpWebRpc.
Create a WebRpcResponse to access common result values.
The operationResponse.OperationCode should be: OperationCode.WebRpc.
An OperationResponse for a WebRpc is needed to read it's values.
Turns the response into an easier to read string.
- Returns
- String resembling the result.
Name of the WebRpc that was called.
Dictionary<string, object> Parameters |
|
get |
Other key/values returned by the webservice that answered the WebRpc.
ReturnCode of the WebService that answered the WebRpc.
1 is: "OK" for WebRPCs.
-1 is: No ReturnCode by WebRpc service (check OperationResponse.ReturnCode).
Other ReturnCodes are defined by the individual WebRpc and service.