C# Class ZuneSocialTagger.Core.ZuneWebsite.AlbumDetailsDownloader

Downloads the album details from the zune album's xml document
Afficher le fichier Open project: leetreveil/Zune-Social-Tagger

Méthodes publiques

Свойство Type Description
Aborted bool

Méthodes publiques

Méthode Description
AbortAllCurrentRequests ( ) : void
DownloadAsync ( string url, WebAlbum>.Action callback ) : void

Private Methods

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

Method Details

AbortAllCurrentRequests() public static méthode

public static AbortAllCurrentRequests ( ) : void
Résultat void

DownloadAsync() public static méthode

public static DownloadAsync ( string url, WebAlbum>.Action callback ) : void
url string
callback WebAlbum>.Action
Résultat void

Property Details

Aborted public_oe static_oe property

public static bool Aborted
Résultat bool