Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to develop a windows phone control which is supposed to report the last state of itself to a server. But when the user presses home or back button application is suspended before the http request is completed.

How can i do this? Is it possible to make a synchronous http call in BackKeyPress, Navigating, Navigated events?

Thank You...

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.