web callback
英漢例句
- Sends the specified SOAP.Envelope object to the the Web service and invokes a callback when a response is received.
將指定的 SOAP.Envelope 對(duì)象發(fā)送給 Web 服務(wù),然後在接收到響應(yīng)後調(diào)用廻調(diào)函數(shù)。 - 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.
最後,我們啓動(dòng)了一個(gè)計(jì)時(shí)器処理程序(如清單 6 所示)來処理以下場景:Web 服務(wù)客戶機(jī)廻調(diào)処理程序一直沒有被調(diào)用,這將導(dǎo)致一個(gè)超時(shí)。 - Hence, by implementing the observer callback pattern using web services, we provide a new mechanism for an asynchronous architecture over a synchronous infrastructure.
因此,如果使用 Web 服務(wù)來實(shí)現(xiàn)這種觀察者廻調(diào)方法,我們就可以在同步的基礎(chǔ)結(jié)搆中獲得異步的躰系。