阅读背景:

定期以指定的时间间隔运行异步方法

来源:互联网 

I need to publish some data to the service from the C# web application. The data itself is collected when user uses the application (a kind of usage statistics). I don't want to send data to the service during each user's request, I would rather collect the data in the app and send then all the data in a single request in a separate thread, that does not serve the users requests (I mean user does not have to wait for the request to be processed by the service). For this purpose I need a kind of JS's I need to publish some data to the service from




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: