web callback
英汉例句
- Sends the specified SOAP.Envelope object to the the Web service and invokes a callback when a response is received.
将指定的 SOAP.Envelope 对象发送给 Web 服务,然后在接收到响应后调用回调函数。 - Finally, we start a timer handler, as shown in Listing 6, to handle the scenario where the Web service client callback handler is never called, which will result in a timeout.
最后,我们启动了一个计时器处理程序(如清单 6 所示)来处理以下场景:Web 服务客户机回调处理程序一直没有被调用,这将导致一个超时。 - Hence, by implementing the observer callback pattern using web services, we provide a new mechanism for an asynchronous architecture over a synchronous infrastructure.
因此,如果使用 Web 服务来实现这种观察者回调方法,我们就可以在同步的基础结构中获得异步的体系。