Is it allowed to download files on background with a background process? I know there is a limitation that it is allowed to run only every 15 minutes or so but are there any other limitations?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can use a Background Agent. This msdn article helps explain what can and cannot be done within a Background Agent. You’ll need to choose between a PeriodicTask, and a ResourceIntensiveTask depending on how much needs to be done.