Ritesh Gupta
Ritesh Gupta

Reputation: 171

Passing data from app to background agent

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?

Upvotes: 0

Views: 529

Answers (2)

PmanAce
PmanAce

Reputation: 4343

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

Upvotes: 2

Igor Kulman
Igor Kulman

Reputation: 16361

You can use IsolatedStorage and ApplicationSettings

Upvotes: 1

Related Questions