c# - Phone 7 (Mango) background URL polling? -
whats recommended way poll url every 5min (in background) on phone 7 (mango) device ?
are periodic agents limited 30min polling ? should looking push notifications ?
any pointers/hints appreciated.
thanks
yop should looking push notification (it's lot more complicated periodic agent...)
but periodic agent set 30 mins (and 25sec of code execution think) , there nothing can it. note user can decide deactivate periodic agent in options.
but pushing notifications every 5 minutes on phone might not idea anyway... it's gonna drain battery quickly!
what trying accomplish?
Comments
Post a Comment