BiXmlRpcCallCompleteEvent

This event is used when a call to an XML-RPC server is completed

This class extends BiEvent and therefore all methods and fields available for BiEvent are also available for BiXmlRpcCallCompleteEvent .

Constructor

new BiXmlRpcCallCompleteEvent ( sType,oXmlRpc )

Parameters

Name Type Optional Default Descripton
sType String The type of the event
oXmlRpc BiXmlRpc The XML-RPC client used

Properties

Name Type get set Descripton
error Boolean checked This returns true if there was an error receiving the method response. Use errorObject for more info.
errorObject BiXmlRpcError checked If there was an error this returns an object describing the error. If no error occured then this returns null
result Object checked Returns the result value. This returns null if there was an error. Use errorObject to get the error object describing the error.

Methods

None.

Events

None.

Static Methods

None.

Static Fields

None.

Remarks