将接收异步操作完成通知的。
That receives the notification of the asynchronous operation completion.
在异步操作完成或者事件触发的时候,就会调用方法并作为对该事件的反应。
When the asynchronous operation finishes or when the handled event takes place, a method gets called and executed as a reaction to the event.
在异步分离操作完成了分离后,可以看到分离的目标表已被归档、删除、或者附加到一些(其他)表上。
After the asynchronous detach operation has completed the detach, the target table of detach is available to be archived or dropped or attached to some (other) table.
在某个时候我们可以修改命令来异步地移动数据,这样就可以令其他任务不必等待数据移动操作的完成。
At some point we may change the commands to asynchronously move the data which would not cause other jobs to wait for the move to complete.
对于异步复制,顺序是一样的,但是无需等待目标节点确认已经收到写入操作,就可以完成生产节点上的写入操作。
With asynchronous replication, order is preserved, but the write is allowed to complete without waiting for an acknowledgement from the target node that the write has been received there.
清单2显示了经过修改的清单1代码,其中使用了一个小小的异步调用(应用程序代码仅仅等待操作完成,而不进行任何有用的工作)。
Listing 2 shows the Listing 1 code modified to use a trivial asynchronous call (trivial in that the application code just waits for the operation to complete rather than doing anything useful).
在没有异步的情况下,联邦union操作符首先开启蓝色分支,等待远程连接完成,然后获取它的结果集。
Without asynchrony, the federated UNION operator initiates the blue leg first, waits for the remote join to complete, and retrieves its result set.
意思是很多异步读无顺序完成(像在3.6.2讨论的),通过异步读操作无序的返回字节块流。
This means that several asynchronous reads complete out of order (as discussed before in section 3.6.2), and byte chunk streams returned by the pending reads will not be processed in order.
完成此操作的最简单方法是向服务器发送异步更新并且在处理期间,更新缓存和应用程序的 UI。
The simplest way to do this is to send an asynchronous update to the server and while that is processing, update the cache and the UI of our application.
该操作是异步完成的。
在Flex开发中使用的编程语言actionscript3,根本上是单线程的,对于所有的网络操作都需要异步的来完成功能。
ActionScript 3, the programming language used in Flex development, is fundamentally single-threaded, and requires asynchronous completion functions for all network operations.
因为性能的原因,这些交易在其完成以前通常是异步的,并且实际的业务服务请求可以包含许多异步的Web服务操作。
For performance reasons, these exchanges are typically asynchronous, and the actual business service request can contain many asynchronous Web service operations before it is complete.
异步方法可能还支持多个挂起的调用(多个并行调用),允许您的代码在此方法完成其他挂起的操作之前调用此方法任意多次。
An asynchronous method may also support multiple pending calls (multiple concurrent invocations), allowing your code to call it any number of times before it completes other pending operations.
ATask是一个异步操作,在一些点完成表示(通常在未来)。
Task is the representation of an asynchronous operation that will complete at some point (usually in the future).
获取一个值,该值指示异步操作是否同步完成。
WaitHandle that is used to wait for an asynchronous operation to complete.
完成异步操作以获取安全令牌。
Completes an asynchronous operation to get a security token.
完成异步操作以获取安全令牌。
Completes an asynchronous operation to renew the security token.
完成异步操作以获取安全令牌。
Completes an asynchronous operation to renew a security token.
启动一个没有超时设定的异步查看操作。直到队列中出现消息时,才完成此操作。
Initiates an asynchronous peek operation by telling message Queuing to begin peeking a message and notify the event handler when finished.
PostQueuedCompletionStatus函数允许应用程序可以针对自定义的专用I/O完成包进行排队,而无需启动一个异步I/O操作。
The PostQueuedCompletionStatus function allows an application to queue its own special-purpose I/O completion packets to the completion port without starting an asynchronous I/O operation.
获取一个值,该值指示异步操作是否已完成。
Gets a value that indicates whether the asynchronous operation completed synchronously.
这是因为在同步设计中每个操作必须等待最慢操作的完成,而在异步方式下迟缓的操作只是延缓局部的计算。
That's because in a synchronous design, every operation must wait for the slowest one to complete, while in an asynchronous one, a laggard only delays the local part of calculation.
如果在异步对等名称解析操作不是处于未完成状态时调用此方法,其作用相当于“无操作”(NOOP)。
If this method is called when an asynchronous peer name resolution operation is not outstanding, it ACTS as a "no operation" (no op).
如果在异步对等名称解析操作不是处于未完成状态时调用此方法,其作用相当于“无操作”(NOOP)。
If this method is called when an asynchronous peer name resolution operation is not outstanding, it ACTS as a "no operation" (no op).
应用推荐