RPCResponse(TResponseType) Properties

Tungsten Suite

RPCResponseTResponseType Properties

The RPCResponseTResponseType generic type exposes the following members.

Properties
  NameDescription
Public propertyException
May contain exception information if there was an exception making or as a result of the call
(Inherited from RPCResponse.)
Public propertyMethod
The name of the method called
(Inherited from RPCResponse.)
Public propertyResponse
The return value from the method
Public propertySuccess
True if the call was successful, otherwise False
(Inherited from RPCResponse.)
Top
See Also