What is the translation of " ASYNCHRONOUS OPERATION " in Chinese?

的异步操作
一个异步操作

Examples of using Asynchronous operation in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Calling resolve() triggers an asynchronous operation.
调用resolve()会触发一个异步操作
For example, asynchronous operations were added to DbCommand in. NET 4.5.
例如,异步操作被加入到在.NET4.5的DbCommand之中。
Promises(spec, MDN) are a powerful way to orchestrate asynchronous operations.
Promises(spec,MDN)是来实现异步操作的有力途径。
Fulfilled: The promise's asynchronous operation has completed successfully.
已完成(fulfilled):Promise的异步操作以成功结束.
In Part 18 we willlearn a technique for managing a set of“parallel” asynchronous operations.
在第十八节中,我们将学习一种管理一组“并行”异步操作的技术.
Fulfilled: The promise's asynchronous operation has completed successfully.
已完成(fulfilled):Promise的异步操作已成功结束;.
A Promise is an object representing the eventual completion orfailure of an asynchronous operation.
Promise是一个对象,它代表了一个异步操作的最终完成或者失败。
Fulfilled- the asynchronous operation has completed, and the promise has a value.
Fulfilled-异步操作已完成,并且promise有值。
PPL(short for Parallel Patterns Library):the programming model for composing asynchronous operations.
PPL(ParallelPatternsLibrary的简称):构成异步操作的编程模型。
Since loading from a database is an asynchronous operation, this returns a Promise.
因为从数据库中加载是异步操作,所以这返回了一个Promise。
Any asynchronous operation thus can immediately return a Promise on the result of its execution;
这样,任何异步操作都可以立即在执行结果中返回一个Promise;.
The same figure works in both cases because the idea being illustrated is the same-one asynchronous operation is waiting for another.
同样的图对两种情况都适用,因为它们表示的想法都是一样的--一个异步操作正在等待另一个操作.
Rejected- the asynchronous operation failed, and the promise will never be fulfilled.
Rejected-异步操作失败,promise永远不会实现。
Pending- the promise's outcome hasn't yet been determined, because the asynchronous operation that will produce its result hasn't completed yet.
Pending-promise的结果尚未确定,因为将产生其结果的异步操作尚未完成。
The API relies on asynchronous operations for setting up sessions against third-party services and data processing.
API依赖于异步操作来设置针对第三方服务和数据处理的会话。
The Proactor pattern uses CompletionHandler interfaces that are implemented by the application for Asynchronous Operation completion notification.
前摄器模式将应用所实现的CompletionHandler接口用于AsynchronousOperation完成通知。
Which in turn means you cannot use both asynchronous operations and the easily mocked abstract interface at the same time.
这意味着你不能同时使用异步操作和容易模拟的抽象接口。
Asynchronous Operations are run to completion by the Asynchronous Operation Processor.
AsynchronousOperation是由AsynchronousOperationProcessor来运行直至完成的。
The first Bolts component that is available on GitHub is Tasks,aimed at handling asynchronous operations according to the JavaScript Promises model.
Tasks是GitHub上第一个可用的Bolts组件,旨在按照JavaScriptPromises模型处理异步操作
Use asynchronous operations as a standard approach, especially with operations that involve large numbers of rows.
将异步操作用作一种标准方法,尤其是对于涉及大量行的操作。
Sockets::TcpClient classes, you will enjoy working with the experimental TCP client and listener andits simpler non-blocking asynchronous operations.
Sockets::TcpClient类,你要适应使用实验版的TCP客户端和监听,以及它们提供的简单的非阻塞异步操作
Rejected: The promise's asynchronous operation didn't complete successfully due to either an error or some other cause.
Rejected:promise的异步操作未完成,原因可能是发生了错误或其它理由。
In other words, if an operation is asynchronous(i.e. encapsulated in a promise)it should be able to wait for another asynchronous operation to finish.
换句话说,如果一个操作是异步的(即封装在promise中),它应该能够等待另一个异步操作执行完。
Once the asynchronous operation completes, the promise is considered settled and enters one of two possible states:.
一旦异步操作完成,promise就被认为是已定(settled)的并处于以下的两种状态之一:.
In other words, if an operation is asynchronous(i.e. encapsulated in a promise)it should be able to wait for another asynchronous operation to finish.
换句话说,如果一个异步的操作(例如封装在一个promise中)就应该去等待另一个异步的操作去完成。
Once the asynchronous operation completes, the promise is considered settled and enters one of two possible states:.
一旦异步操作执行完毕,便认为Promise已经稳定(settled)了,进入以下两种状态之一:.
Depending on the library that uses asynchronous operations, you might pass in a set of callbacks(e.g. for success or failure).
根据库对异步操作的实现,你可以传入一组回调函数(例如success或failure)。
Notification of asynchronous operation completion is handled via a webhook mechanism, whereby events are sent to a client's server through standard HTTP requests.
通过webhook机制处理异步操作完成的通知,从而通过标准HTTP请求将事件发送到客户端的服务器。
As long as the functions performing asynchronous operations all conform to the same interface, you can write logic that reads like synchronous code.
既然执行异步操作的函数都遵循了同一接口,你就可以用貌似同步的代码来书写处理逻辑。
Rejected: The promise's asynchronous operation didn't complete successfully due to either an error or some other cause.
已拒绝(rejected):Promise的异步操作未成功结束,可能是一个错误,或由其它原因导致的.
Results: 74, Time: 0.0298

Word-for-word translation

Top dictionary queries

English - Chinese