Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T22:50:56.000Z (almost 5 years ago)
- Last Synced: 2024-04-13T03:17:45.767Z (9 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.