C# 클래스 ZuneSocialTagger.Core.ZuneWebsite.AlbumDetailsDownloader

Downloads the album details from the zune album's xml document
파일 보기 프로젝트 열기: leetreveil/Zune-Social-Tagger

공개 프로퍼티들

프로퍼티 타입 설명
Aborted bool

공개 메소드들

메소드 설명
AbortAllCurrentRequests ( ) : void
DownloadAsync ( string url, WebAlbum>.Action callback ) : void

비공개 메소드들

메소드 설명
GetAlbumDetails ( XmlReader reader ) : ZuneSocialTagger.Core.ZuneWebsite.WebAlbum
GetTracks ( System.ServiceModel.Syndication.SyndicationFeed feed ) : IEnumerable

메소드 상세

AbortAllCurrentRequests() 공개 정적인 메소드

public static AbortAllCurrentRequests ( ) : void
리턴 void

DownloadAsync() 공개 정적인 메소드

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

프로퍼티 상세

Aborted 공개적으로 정적으로 프로퍼티

public static bool Aborted
리턴 bool