C# Класс PodcatcherBackgroundService.ScheduledAgent

Наследование: ScheduledTaskAgent
Показать файл Открыть проект

Открытые методы

Метод Описание
ScheduledAgent ( ) : System ScheduledAgent constructor, initializes the UnhandledException handler

Защищенные методы

Метод Описание
OnInvoke ( ScheduledTask task ) : void

Agent that runs a scheduled task

This method is called when a periodic or resource intensive task is invoked

Приватные методы

Метод Описание
ScheduledAgent_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
getDateTimeWithFormat ( string dateFormat, string pubDateString, int parseLength ) : System.DateTime
getNumOfNewEpisodes ( String subscriptionData, String podcastRss ) : int
getSubscriptionIdForTile ( ShellTile tile ) : String
parsePubDate ( string pubDateString ) : System.DateTime
refreshPinnedSubscription ( Queue tiles ) : void
updatePinnedSubscription ( string subscriptionData, int newEpisodes ) : void
web_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Описание методов

OnInvoke() защищенный Метод

Agent that runs a scheduled task
This method is called when a periodic or resource intensive task is invoked
protected OnInvoke ( ScheduledTask task ) : void
task ScheduledTask /// The invoked task ///
Результат void

ScheduledAgent() публичный Метод

ScheduledAgent constructor, initializes the UnhandledException handler
public ScheduledAgent ( ) : System
Результат System