silverlight - Background Agent -
windows phones won't support background agents in release mode.is true?. there equivalent application type available in windows phone android's service processing network intensive operations?
my requirement start background service application (which process network operations in thread) foreground application.
although information can obtained google , need sort of expert advise working silverlight , windows phone.
windows phone support background agents in release mode.
the difference in debug mode have greater level of control on when start (via scheduledactionservice.launchfortest() method).
in release mode os takes complete control on when periodic background agent run. it's typically, approximately, every 30 minutes though.
windows phone 7 not support kind of application running continually in background (like service) it's not possible attempting.
if can provide more details of you're trying achieve, rather elsewhere, may able advise further.
update based on comments
if wish upload lots of data device best approach break sections (partial files) of no more 5mb , post server using backgroundtransferrequest. (a btr has 5mb limit on uploads.)
Comments
Post a Comment