Quantcast
Channel: Reading SyndicationFeed in background - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Answer by Ganesh Cauda for Reading SyndicationFeed in background

$
0
0

try to add deferal to your Running Background

public async void Run(IBackgroundTaskInstance taskInstance)    {        BackgroundTaskDeferral deferral = taskInstance.GetDeferral();        //YOUR CODE GOES HERE                   deferral.Complete();    }

Viewing all articles
Browse latest Browse all 2

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>