目前我正在研究某种分析sdk,我们测量会话长度。但是在WP中,当我在PhoneApplicationService.Closing事件处理程序中发送http请求时,即使我等待异步操作,它也永远不会完成。
我在https://www.codeplex.com/检查了Google Analytics实施,但发表了评论 // there is no way to get a deferral in WP so this will not actually happen until after we return to the app
那么该怎么做才能完成该请求?或者,什么是准确和实时测量会话长度的完美方式。
由于