C# Class ZuneSocialTagger.Core.ZuneWebsite.AlbumDetailsDownloader

Downloads the album details from the zune album's xml document
Datei anzeigen Open project: leetreveil/Zune-Social-Tagger

Public Properties

Property Type Description
Aborted bool

Public Methods

Method Description
AbortAllCurrentRequests ( ) : void
DownloadAsync ( string url, WebAlbum>.Action callback ) : void

Private Methods

Method Description
GetAlbumDetails ( XmlReader reader ) : ZuneSocialTagger.Core.ZuneWebsite.WebAlbum
GetTracks ( System.ServiceModel.Syndication.SyndicationFeed feed ) : IEnumerable

Method Details

AbortAllCurrentRequests() public static method

public static AbortAllCurrentRequests ( ) : void
return void

DownloadAsync() public static method

public static DownloadAsync ( string url, WebAlbum>.Action callback ) : void
url string
callback WebAlbum>.Action
return void

Property Details

Aborted public_oe static_oe property

public static bool Aborted
return bool