开发者

async webservice call from codebehind without callback

开发者 https://www.devze.com 2023-02-28 14:37 出处:网络
I hav开发者_如何学JAVAe a webservice which does logging(at LOB level, not application related).I need to call this webservice asynchronously and DO NOT need and dont want a callback. Lot examples have

I hav开发者_如何学JAVAe a webservice which does logging(at LOB level, not application related).I need to call this webservice asynchronously and DO NOT need and dont want a callback. Lot examples have all the callback handling and stuff, which is absolutely unnecessary for my application. What is the easiest and simple way to do this?

0

精彩评论

暂无评论...
验证码 换一张
取 消