• If this method is called when an asynchronous peer name resolution operation is not outstanding, it ACTS as a "no operation" (no op).

    如果异步对等名称解析操作不是处于未完成状态时调用方法作用相当于“操作”(NOOP)。

    youdao

  • As discussed earlier, when an asynchronous component or asynchronous import is invoked synchronously, there is an asynchronous hop along the invocation path.

    正如前面所讨论的,同步调用异步组件异步导入时,沿着调用路径一个异步跃点

    youdao

  • An important factor to take into account when selecting between synchronous or asynchronous log writing is what happens when a database manager error occurs.

    选择同步还是异步日志时,考虑的一个重要因素就是数据库管理器发生错误时情况会怎样。

    youdao

  • When an SPU thread gets created, the library will create a new thread that manages the SPU context asynchronous to the main thread.

    创建SPU线程时,这个创建线程,它负责管理主线异步的spu上下文

    youdao

  • When a target service is invoked, the system can switch a synchronous invocation into an asynchronous one if the target service has asynchronous implementation.

    调用目标服务如果目标服务拥有异步实现,则系统可以同步调用切换异步调用。

    youdao

  • If an error occurs when using asynchronous log writing, multiple audit records may be lost because they are buffered before being written to disk.

    如果采用异步日志的方式,那么在发生错误可能丢失多条审计记录因为这些审计记录在写到磁盘之前都在缓冲区中

    youdao

  • With asynchronous APIs, the application polls for external events and executes relevant actions when an event arrives.

    通过使用异步api应用程序对外部事件进行轮事件发生执行相应操作

    youdao

  • When finished, the response is sent to aspnet_isapi opening an asynchronous pipe.

    请求完成后打开一个异步管道响应发送aspnet _ isapi。

    youdao

  • Apache Tomcat 6 has good support for the Comet interaction pattern, making it an attractive option when asynchronous interactions are limited to this pattern.

    ApacheTomcat6可以好地支持Comet交互模式如果这种模式中进行异步交互,那么则可以选择使用Apache Tomcat 6。

    youdao

  • The final parameter, when set to true, requests an asynchronous connection (thus making this Ajax).

    最后一个参数如果true,那么请求异步连接(就是Ajax的由来)。

    youdao

  • This exception is thrown when the client tries to get the response from an asynchronous call.

    客户尝试异步调用获得响应时,将会引发异常

    youdao

  • You create an instance of the class and pass it to your asynchronous service method when you make your remote call, as seen in Listing 4.

    执行远程调用时,创建实例将其传递异步服务方法清单4所

    youdao

  • When a system exception occurs at the target component during an asynchronous invocation, the message is rolled back to the incoming destination and redelivered.

    异步调用过程中,目标组件发生系统异常时,消息传入目的地被重新提交。

    youdao

  • When it receives focus, an asynchronous call is made to retrieve the values from the server.

    获得焦点,则发出异步调用服务器检索

    youdao

  • This does not mean that there won't be occasions when you want to use an asynchronous call; you can, and the capabilities to make those types of calls are certainly available.

    并不表示不能使用异步调用;您当然可以生成那种类型调用

    youdao

  • This article (by Mike Edwards of IBM) discusses the need for asynchronous services when you build an application using a service-oriented architecture.

    篇文章(作者是IBMMikeEdwards)讨论了在使用SOA构建应用所需异步服务

    youdao

  • Let's take a look at an online book Web service scenario where loosely coupled synchronous business functions appear to be in the asynchronous mode when they aren't.

    接下来让我们讨论一个在线图书WebServices场景其中松散耦合同步业务功能看起来似乎处于异步模式(虽然不是)。

    youdao

  • An Export - MQ binding is used when you want your component accessed in an asynchronous manner from a WebSphere MQ messaging client.

    WebSphereMQ消息传递客户端异步方式访问组件时,需要使用导出- MQ绑定

    youdao

  • They are created when clients use an asynchronous invocation pattern and a ServiceRuntimeExcpetion is thrown by the service provider.

    它们客户端使用异步调用模式服务提供程序抛出 ServiceRuntimeExcpetion 时创建的。

    youdao

  • In the scenario, when the invocation between Invoker and InvokeeSync is an asynchronous one-way invocation, you get the breakdown view shown in Figures 9 and 10.

    场景中InvokerInvokeeSync之间的调用异步单向调用时,获得如图910所示的细分视图

    youdao

  • This is the main thing that people with procedural programming experience have a problem with when starting out with an asynchronous framework like Node.js.

    开始使用Node . js这样异步框架拥有过程编程经验会遇到主要问题

    youdao

  • When the invocation between Invoker and InvokeeSync is an asynchronous callback invocation, you get the breakdown view shown in Figures 17 and 18.

    InvokerInvokeeSync之间的调用异步回调调用时,获得如图1718所示的细分视图

    youdao

  • When the invocation between Invoker and InvokeeSync is an asynchronous deferred-response invocation, you get the breakdown view shown in Figures 14 and 15.

    InvokerInvokeeSync 之间的调用异步延迟响应调用时,获得如图1415 所示的细分视图

    youdao

  • When the client sends a request to an asynchronous web service, it must also mention a valid replyTo endpoint for the server to send the response back.

    客户机异步Web服务发送请求时,必须提到一个有效replyTo端点,以便服务器发回响应

    youdao

  • When a user tabs out of the field and the Zip Code field loses focus, an asynchronous call is made to the server to retrieve the location data.

    用户用tab键字段ZipCode字段失去焦点时,就会服务器发出异步调用检索位置数据。

    youdao

  • You can add an event handler to any scope when a process is long running (as we will explain, long running means that the process is interruptible and can wait for external asynchronous inputs).

    流程时间运行时,可以任何范围添加事件处理程序(长时间运行流程不能被中断并且可以等待外部异步输入)。

    youdao

  • I have an asynchronous socket server where we receive telemetry data, and when the remote devices do not send us data, we have the ability to send commands to request data.

    一个异步套接字服务器我们接收遥测数据远程设备我们数据,我们有能力发送命令请求数据。

    youdao

  • When an application invokes an asynchronous operation, the OS performs the operation on behalf of the application.

    应用程序调用一个异步操作时,操作系统来具体执行异步操作。

    youdao

  • When implemented in a derived class, begins an asynchronous operation to accept a channel of the type specified by the current channel listener within a specified interval of time.

    派生实现时,开始一个异步操作指定时间间隔内接受当前通道侦听器指定类型的通道。

    youdao

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

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

    youdao

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

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

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