api - WP7's background agent - how to run longer & how to communicate with? -
i'm trying implement socket listener in windows phone 7.1, should process incoming data , make actions based on (constantly, without interrupting). far i've found this, info described there confused lot, these questions:
- is there ability background agent run constantly, without interrupting system (or acceptable amount of running time, more 10 minutes)?
- is there api communicate running agent, android's aidl?
ps. cannot use push notifications.
no, background agents cannot run constantly. if need code execute should keep app running, maybe enable running under lock screen if appropriate.
no, cannot connect agent.
agents not services.
Comments
Post a Comment