Questions tagged [background-agents]

Background agents are a facility in Windows Phone 7/8 API that lets you run some processing when your application is not in the foreground.

Background agents are a facility in Windows Phone 7/8 that lets you run code when your application is not in the foreground.

http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202942(v=vs.105).aspx

92 questions
-1
votes
1 answer

Emulate document locking in Lotusscript

In my Lotus Notes Application, when a user clicks an action, the action will call a run-on-server agent that will process the current document. The invoked agents sometimes doesn't run (which I think because of the concurrent agent limit of the…
-2
votes
2 answers

Bringing closed app to the foreground in Windows phone 8

I am trying to bring a closed app in windows phone 8 using LaunchUriAsync() and Package.Luanch(). I see that the problem with LaunchUriAsync() is that it has to called from a foreground application and it wont work when it is called from a…
golldy
  • 1,279
  • 1
  • 15
  • 31
1 2 3 4 5 6
7