单词查询

asynchronously

美[e'sɪŋkrənəslɪ],英[eɪˈsɪŋkrənəslɪ],

释义

adv. 异步方式; 网络释义: 非同步;异步处理;非同步地;

例句

Placing a TQ operator directly above such a SHIP operator in a plan enables the SHIP to be processed asynchronously.
将一个TQ操作符直接放在计划中的一个SHIP操作符之上,可以使该SHIP操作符被异步地处理。
Often the user interface does not seem to support making calls asynchronously, since the UI is blocking on a call that may take a while.
通常用户接口不能支持异步调用,因为UI阻碍了调用,可能需等候一段时间。
Of course these tasks were always possible with HTML forms, but Ajax makes it easy to send data asynchronously in the background.
当然,这些任务总是能够通过HTML形式实现,但是Ajax能更加便捷地在后台异步发送数据。
Messages can be sent asynchronously and placed in a message queue or pile until you are ready to "process" them.
可将消息异步发送并放置在一个消息队列或堆上,直至您准备“处理”它们。
In Flex all calls to the server are performed asynchronously, so none of these channels affect the performance of the client.
在Flex中,所有对服务器的调用都是异步执行的,因此这些管道都不会对客户端性能造成任何影响。
The interaction we built in this example was "one-way, " meaning the request message was sent asynchronously without any response.
我们在此示例中构建的交互是“单向的”,即请求消息以异步方式发出,没有任何响应。
Because event notifications execute asynchronously, these actions do not consume any resources defined by the immediate transaction.
由于事件通知异步执行,因此这些操作不占用即时事务定义的任何资源。
The heart of a ESB is an enterprise messaging backbone that can asynchronously transport data as messages.
ESB的核心是企业消息传输主干,它能异步地将数据作为消息传送。
A secondary or subordinate system, usually capable of operating independently of, or asynchronously with, a controlling system.
一种辅助系统或从属系统,通常能够独立于控制系统而工作,或者能和控制系统一起进行异步操作。
That thread can be freed up to execute other code if the Web service method is implemented asynchronously.
如果异步实现Web服务方法,该线程即可被释放并转而执行其他代码。