biwscallcompleteevent.xml
来自「ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.」· XML 代码 · 共 50 行
XML
50 行
<?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 + =
减小字号Ctrl + -
显示快捷键?