Question

i somehow need to communicate between my background agent and my main application.

I have read things about mutex and IsolatedStorage, and it can be achieved with a database i heared.

I have never worked with a database or mutex before, could someone provide a link with detail explanation on this topic?

I could't find anything useful on this topic.

Thanks

Was it helpful?

Solution

There's a good sample that uses IPC at http://code.msdn.microsoft.com/wpapps/Using-named-events-for-IPC-133e5bf9. It includes native code for some of the wiring but should be pretty much usable as is.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top