• The attachment parameter of both methods is an object that is passed in to the asynchronous operation.

    两个方法附件参数都是一个传递异步操作对象

    youdao

  • This is primarily how asynchronous interaction is supported: the client invokes an operation on the process to request some service.

    异步交互主要支持机制如下:客户机调用流程某个操作请求某种服务。

    youdao

  • Existing standards provide the mechanisms to support the types of asynchronous operations required by this scenario, but asynchronous operation is not yet an integral part of today's standards.

    现有标准提供一些机制支持方案所需异步操作类型异步操作不是目前标准的主要组成部分

    youdao

  • Each accepted asynchronous operation will receive a unique status URI, so that multiple operations may be initiated and tracked at once.

    被接受异步操作收到一个唯一的状态uri这样可以多个操作同时进行初始跟踪

    youdao

  • Each asynchronous channel class defines duplicate API methods for each operation so that either mechanism can be used.

    每个异步通道每个操作定义API副本这样采用任一机制

    youdao

  • Asynchronous in this case means "punt my IO operation to a built-in thread pool", with subsequent code checking on the status of those operations and getting results from a "future" handle.

    这里异步意义在于“把IO操作放到内置的线程”,通过代码检查操作状态获得未来句柄结果

    youdao

  • When the asynchronous operation finishes or when the handled event takes place, a method gets called and executed as a reaction to the event.

    异步操作完成或者事件触发时候就会调用方法作为事件的反应

    youdao

  • A pluggable MIME filter is an asynchronous pluggable protocol that receives data through a stream, performs some operation on the data, and returns a data stream.

    MIME过滤器一个接收异步可插协议执行一些数据操作并且返回数据流。

    youdao

  • Accessing a user's position is an expensive operation (you might be reaching out to a satellite in space!) and it requires the consent of the user, thus it is an asynchronous operation.

    还要取得用户同意因此一个异步操作

    youdao

  • A promise is a variable that represents the outcome of some asynchronous operation.

    promise变量用来表示某些异步操作结果

    youdao

  • CancelRequestThis operation allows the ra to cancel the execution of a pending asynchronous request.

    CancelRequest——操作允许RA取消执行尚未执行异步请求

    youdao

  • The launchProcess operation can be performed synchronously or asynchronously, but the stop operation is always asynchronous.

    launchProcess操作可以同步执行,也可以异步执行,stop 操作一直异步的。

    youdao

  • The asynchronous callback equivalent of the synchronous operation shown in Example 4 consists of a request operation like this.

    4显示同步操作等价异步回调包含如下一个请求操作。

    youdao

  • The updateApplication API, like most application management APIs, is asynchronous; that is, it returns immediately and performs the update operation in a separate thread.

    updateApplicationAPI大多数应用程序管理API一样,都异步 API;此类 API会立即返回单独的线程中执行更新操作

    youdao

  • The alternative mechanism to using Future objects is to register a callback to the asynchronous operation. The CompletionHandler interface has two methods.

    使用Future对象替代机制异步操作注册一个callback

    youdao

  • 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).

    清单2显示了经过修改清单1代码,其中使用一个小小的异步调用(应用程序代码仅仅等待操作完成进行任何有用的工作)。

    youdao

  • 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.

    异步分离操作完成了分离后,可以看到分离目标归档、删除或者附加一些(其他)表上。

    youdao

  • You will now add access over WebSphere MQ to this service, essentially opening it up to an asynchronous protocol, even though the service operation itself is implemented synchronously.

    现在可以将WebSphereMQ访问权限添加服务实质上是异步协议打开服务,尽管服务操作本身是以同步方式实现的。

    youdao

  • That receives the notification of the asynchronous operation completion.

    接收异步操作完成通知

    youdao

  • Invalid asynchronous RPC call handle FOR this operation.

    这个操作异步rpc调用句柄无效

    youdao

  • The operation status of asynchronous motor has a direct effect on the normal running of industrial production.

    异步电动机运行状况直接影响工业生产正常进行

    youdao

  • Based on the model of equivalent circuit of a asynchronous generator at steady-state operation, the loop impedance equation of it are listed in this paper.

    异步发电机稳态运行等效电路模型出发,列写了等效电路模型回路阻抗方程,令回路阻抗实部和虚部分别为零,建立方程组。

    youdao

  • This paper analyzed the reasons and its dangerous of phase failure and phase stagger operation for three-phase asynchronous motor.

    分析三相异步电动机产生断运行原因及其危害性

    youdao

  • Application developers have several design choices for accessing the results of the asynchronous operation.

    对于访问异步操作结果应用程序开发人员若干种设计选择

    youdao

  • Task is the representation of an asynchronous operation that will complete at some point (usually in the future).

    ATask一个异步操作一些完成表示(通常未来)。

    youdao

  • 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.

    PostQueuedCompletionStatus函数允许应用程序可以针对自定义的专用I/O完成进行排队而无需启动一个异步I/O操作。

    youdao

  • The use of Task allows you to write code that can easily be composed with any and every type of asynchronous operation.

    使用Task允许代码可以容易任何所有类型异步操作

    youdao

  • The reasons and characteristics of the movement of oscillation center and the behavior of varying electrical quantities during this kind of asynchronous operation are also discussed.

    针对复杂电力系统发生多频率异步运行情况,振荡中心飘浮移动的原因、规律以及电气量变化特征进行了初步分析探讨,并通过数字仿真进行了必要的验证。

    youdao

  • It may have seemed like overkill at the time, but we were anticipating the day when we fetched heroes with an HTTP client and we knew that would have to be an asynchronous operation.

    当时可能看起来显得有点过于复杂不过我们预料到总有这么一天通过HTTP客户端获取英雄数据,而且我们知道一定一个异步操作。

    youdao

  • Initiates an asynchronous peek operation by telling message Queuing to begin peeking a message and notify the event handler when finished.

    启动一个没有超时设定的异步查看操作直到队列中出现消息,才完成操作。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定