This is the asynchronous request-response messaging style.
这就是异步request-response消息类型。
An asynchronous request is processed on a different thread.
异步请求是在另一个线程上处理的。
Making the asynchronous request to retrieve the update panel content.
发起检索更新面板内容的异步请求。
An asynchronous request though, does not wait for the server to respond.
而异步请求不等待服务器响应。
An asynchronous request is made to the server to retrieve the dialog content.
向服务器发出一条异步请求,检索对话框内容。
SPML provides two operations to manage and control asynchronous request execution.
SPML提供了两种操作来管理和控制异步请求执行。
When the server responds to the asynchronous request, the update panel content is updated.
当服务器响应异步请求时,更新面板内容将被更新。
CancelRequest — This operation allows the ra to cancel the execution of a pending asynchronous request.
CancelRequest——该操作允许RA取消执行尚未执行的异步请求。
For example, set the title of the dialog, build the POST data and URL, and make the asynchronous request.
例如,设置对话框的标题,构建POST数据和URL,以及发起异步请求。
This code includes a callback function when your service responds successfully to your asynchronous request.
代码中包含服务成功响应异步请求时调用的回调函数。
If you want to use the APIs from Google or Amazon in an asynchronous request, there are some particular considerations.
如果您希望在一个异步请求中使用来自Google或Amazon的API,就会有一些特殊的考虑事项。
One advantage Grizzly's have is its asynchronous request processing mechanism, that can be customized at the HTTP level.
Grizzly的一个优点是其异步的请求处理机制,这可在http层进行定制。
The update panel control supports optional arguments that are passed along with the asynchronous request for the update panel.
更新面板控件支持可选参数,它们随更新面板的异步请求一同传递。
For example, within the event handler, calculation can be performed or strings concatenated for data sent along with the asynchronous request.
例如,在事件处理程序中,可以对随异步请求一同传递的数据执行计算或字符串连接操作。
With this approach the browser application makes an asynchronous request for data from the server either using XMLHttpRequest or a script tag.
这一方式中浏览器应用会使用XMLHttpRequest或者脚本标记对服务器数据发起异步的请求。
The <ajax:popupdialog/> can contain a
<ajax:popupdialog/>可以包含一个用于随对话框内容异步请求一同传递的参数的
In such cases, you need to override the onreadystatechange function of the XMLHttpRequest instance so that you can set a callback function for the asynchronous request.
在这种情况下,需要覆盖XMLHttpRequest实例的onreadystatechange函数以便您可以为这个异步请求设置一个callback函数。
Once asynchronous request processing is completed, an asynchronous response is communicated (from the Web server, application server, or Web application) back to the client page.
一旦异步请求处理完成,异步响应就被通信(从Web服务器、应用服务器或Web应用程序)回客户机页面。
After the IDoc is sent out, the XML contents of the output business object is returned, which contains the transaction ID for this ALE asynchronous request, as shown in Figure 43.
发送IDoc之后,返回输出业务对象的XML内容,其中包含这个ale异步请求的事务id,见图43。
Remember, we are assuming that the Credit History component takes a bit longer, so we first fire off an asynchronous request to get the History, and retrieve the response at a point later in time.
请记住,我们假定CreditHistory组件的处理时间会稍微长一些,因此首先将触发异步请求以获取History,并在稍后检索响应。
Finally, while the asynchronous request-response model would be by far the most common approach to take with an ESB implementation, most ESB implementations support a broad variety of service styles.
最后,到目前为止,异步请求-响应模式是ESB实现最常采用的方法,大部分ESB实现都支持各种服务样式。
Asynchronous call back - client issues a request and the target will call a service implemented by the client with the response.
异步回调——客户机发出请求,目标将调用使用响应调用客户机实现的服务。
You can submit these requests individually or in a batch, and select either synchronous or asynchronous submission for both request types.
请求可以单独提交也可以成批提交,两种请求类型都可以选择同步或异步提交方式。
In reading about object request brokers (ORBs) and asynchronous messaging in Part 2 of this series, you saw that both of these provide some form of basic routing based on content or context.
通过阅读本系列第2部分中的对象请求代理(orb)和异步消息传递,您可以了解到这两种技术都提供基于内容或上下文的某种形式的基本路由。
Whether the invocation style is synchronous request response or asynchronous message based.
调用样式是同步请求响应还是基于异步消息。
Each request would return a sequence identifier, allowing asynchronous responses to be associated easily with their original requests.
每个请求都将返回一个序列标识符,使异步响应能更容易地与其原始请求相关联。
The last parameter specifies if the request is asynchronous or not.
其中最后一个参数指定了此请求是否是异步的。
For similar reasons on the client side, it can be quite useful to make the processing and responding to a client request asynchronous on the server.
基于和客户端同样的原因,在服务器端提供异步式的处理并响应客户端请求也是大有益处的。
In addition, the SDK provides helper wrapper classes to make the core request API calls asynchronous.
此外,SDK提供帮助器封装器类来异步地发出核心请求API调用。
The dialog content is replaced with the HTML returned by the asynchronous server request.
对话框内容被替换为异步服务器请求返回的HTML。
应用推荐