2
Können wir RSS durch async/warten?Load SyndicationFeed und async/erwarten
XmlReader reader = XmlReader.Create("http://localhost/feeds/serializedFeed.xml");
SyndicationFeed feed = SyndicationFeed.Load(reader);
Irgendwelche Hinweise?
Meinen Sie so etwas wie [das] (http://stackoverflow.com/questions/14072639/reading-syndicationfeed-in-threadpool-runasync)? –
@diiN_ Ja, würde es dir etwas ausmachen, eine Antwort zu geben? Das Problem ist SyndicationClient ist verfügbar von Minimum unterstützte Client Windows 8 [Windows Store-Anwendungen, Desktop-Anwendungen] https://msdn.microsoft.com/en-us/library/windows/apps/windows.web.syndication.syndicationclient.aspx –