bixmlrpccallcompleteevent.xml

来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 47 行

XML
47
字号
<?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 + =
减小字号Ctrl + -
显示快捷键?