📄 bixmlrpccallcompleteevent.xml
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiXmlRpcCallCompleteEvent" extends="BiEvent"> <description>This event is used when a call to an XML-RPC server is completed</description> <arguments> <argument name="sType"> <description>The type of the event</description> <type>String</type> </argument> <argument name="oXmlRpc"> <description>The XML-RPC client used</description> <type> <link class="BiXmlRpc">BiXmlRpc</link> </type> </argument> </arguments> <staticMethods> </staticMethods> <staticFields> </staticFields> <methods> </methods> <properties> <property name="result" get="true"> <description>Returns the result value. This returns null if there was an error. Use <link>errorObject</link> to get the error object describing the error.</description> <type>Object</type> </property> <property name="errorObject" get="true"> <description>If there was an error this returns an object describing the error. If no error occured then this returns null</description> <type> <link class="BiXmlRpcError">BiXmlRpcError</link> </type> </property> <property name="error" get="true"> <description>This returns true if there was an error receiving the method response. Use <link>errorObject</link> for more info.</description> <type>Boolean</type> </property> </properties> <events> </events> <remarks> </remarks></class>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -