简体   繁体   中英

How to get information to the BackgroundAgend from the App in WP7/C#?

i have a problem. i'm using the background agend to update my live tile.

now i want to extend this feature and get a integer from the main app. this integer change often and so i would like to get access to the app from the background agend.

the problem is, that i have a reference from the app to the background abend, so i can not add a reference in the background agend to the app.

how can i find a solution?

Main app could save this Integer to Isolated Storage. Background agent can access it when needed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM