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

I want to pass some data(e.g. string values) of foreground app to background agent in window phone application. How can i do it?

share|improve this question

2 Answers

Have a look at "Communication Between Foreground Application and Background Agent" in this link (halfway down the page):

msdn.microsoft.com/en-us/library/hh202944(v=vs.92).aspx

share|improve this answer
Link is broken, here it is over again: msdn.microsoft.com/en-us/library/windowsphone/develop/…. More information on the topic is also available here: msdn.microsoft.com/en-us/library/windowsphone/develop/… – canderso Apr 12 at 9:29

You can use IsolatedStorage and ApplicationSettings

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.