https://github.com/jmservera/universalbackgroundapp
A simple example of a Background Task that downloads a file every 6 hours
https://github.com/jmservera/universalbackgroundapp
Last synced: 3 months ago
JSON representation
A simple example of a Background Task that downloads a file every 6 hours
- Host: GitHub
- URL: https://github.com/jmservera/universalbackgroundapp
- Owner: jmservera
- Created: 2014-08-12T09:25:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T22:50:56.000Z (about 5 years ago)
- Last Synced: 2024-12-30T03:34:38.458Z (5 months ago)
- Language: C#
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UniversalBackgroundApp
======================A simple example of a Background Task that downloads a file every 6 hours.
Used to demonstrate how to create a simple background task and use http cache headers for not downloading the file when not needed.