

Here's what I noticed, when you have the upload as a separate function and call it in the RUN method, it shuts down in about 10 seconds. Since this API is async, I am using BackgroundTaskDeferral to make sure that the background task API adheres to the Async operations. I am trying to upload a simple picture using the background transfer service API. I understand that the entry point to the application has this function called RUN. I have an application that registers timer trigger background task. I am just trying to understand the basics here of this API. I am using a the timer trigger background task API in windows phone 8.1.
