Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かがこれを行うための適切な方法を推奨できますか?
私はいくつかの RSS フィードを購読しています。私がやりたいのは、URLを取得してから、入ってきた新しいアイテムのURLを持っているときに DoSomething(url) を実行することです.
基本的に、新しいアイテムが入ってきたら処理します。
これを自動的に行うにはどうすればよいですか? プロセスを強制する必要はありませんか?
スケジューラーを作成して、RSSフィードソースに要求を1時間/時間/その他の期間に1回送信します。
名前空間からのものを介して応答を解析しSystem.ServiceModel.Syndicationます-SyndicationItems取得したデータを表すコレクションがあります。
System.ServiceModel.Syndication
SyndicationItems
ストレージにないアイテムごとに、からのURLを使用してDoSomethingを実行しますSyndicationItem.Links。
SyndicationItem.Links