asynchronously信息详情

asynchronously发音

意思翻译

adv.异步地;不同时地

相似词语短语

asynchronous communication───n.[通信][计]异步通信;非同步通讯

asynchronous task───异步任务

双语使用场景

Otherwise, it will work asynchronously.───否则,它以异步方式工作。

this asynchronously.───该操作是异步完成的。

asynchronously processed jobs?───异步处理作业呢?

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.───我们在此示例中构建的交互是“单向的”,即请求消息以异步方式发出,没有任何响应。

英语使用场景

When overridden in a derived class, asynchronously passes a message from a source block to this target block.

I/O servers asynchronously read data pages from the disk into the buffer pool anticipating their need by an application: this is called "prefetching."

This includes reading messages synchronously or asynchronously.

Invokes the specified method asynchronously while maintaining an associated state.

PartII: How do I process form data asynchronously?

Upon receiving the result, the client asynchronously creates, updates, or deletes part of the Web page, such as a list element, div tag, or image.

The actual rendering work is done asynchronously and later.

Asynchronously attempts to send an Internet Control Message Protocol (ICMP) echo message to the specified computer, and receive a corresponding ICMP echo reply message from that computer.

The caller puts a request message on the request queue for the service and then (asynchronously) listens for the result on the reply queue.