⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 biwscallcompleteevent.xml

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 XML
字号:
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="api.xsl"?><class name="BiWsCallCompleteEvent" extends="BiEvent">	<description>		<link class="BiWsCallCompleteEvent">BiWsCallCompleteEvent</link> -- notifies of an asynchronous call completion.</description>	<arguments>		<argument name="aCall">			<description>Call object for which completion is reported. This is the 'cookie' returned by                        invocation call.</description>			<type>Object</type>		</argument>		<argument name="aResult">			<description>Result of call, if successful; null otherwise.</description>			<type>Object</type>		</argument>		<argument name="aError">			<description>Call error description (an exception object), if call is not successful</description>			<type>Object</type>		</argument>	</arguments>	<staticMethods>	</staticMethods>	<staticFields>	</staticFields>	<methods>	</methods>	<properties>		<property name="error" get="true">			<description>Return a boolean indicating whether the call terminated with an error.</description>			<type>Boolean</type>		</property>		<property name="call" get="true">			<description>Return the call cookie returned by the asyncInvoke call which initiated the async invocation the result of which is reported by this event.</description>			<type>Object</type>		</property>		<property name="errorObject" get="true">			<description>Return call error information object (an exception) if such is available.</description>			<type>Error</type>		</property>		<property name="result" get="true">			<description>Return the call's returned value if call was succesful. This is the same value returned from a synchronous invocation of the web service (see <link class="BiWebService2">BiWebService2).</link>			</description>			<type>Object of call.</type>		</property>	</properties>	<events>	</events>	<remarks>	</remarks></class>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -