Example #1
0
 // The module updater task.
 private static Feed TaskProcessFeed(Feed feed)
 {
     feed.Update();
     return feed;
 }