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

NameTypeOptionalDefaultDescripton
sTypeStringThe type of the event
oXmlRpcBiXmlRpcThe XML-RPC client used

Properties

NameTypegetsetDescripton
errorBooleancheckedThis returns true if there was an error receiving the method response. Use errorObject for more info.
errorObjectBiXmlRpcErrorcheckedIf there was an error this returns an object describing the error. If no error occured then this returns null
resultObjectcheckedReturns 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

None.