C# 클래스 MPTagThat.Core.AlbumInfo.AlbumSites.Discogs

상속: AbstractAlbumSite
파일 보기 프로젝트 열기: MediaPortal/MPTagThat

공개 메소드들

메소드 설명
Discogs ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
SiteActive ( ) : bool

보호된 메소드들

메소드 설명
GetAlbumInfoWithTimer ( ) : void

비공개 메소드들

메소드 설명
GetRelease ( int releaseid ) : Album

메소드 상세

Discogs() 공개 메소드

public Discogs ( string artist, string title, WaitHandle mEventStopSiteSearches, int timeLimit ) : System
artist string
title string
mEventStopSiteSearches System.Threading.WaitHandle
timeLimit int
리턴 System

GetAlbumInfoWithTimer() 보호된 메소드

protected GetAlbumInfoWithTimer ( ) : void
리턴 void

SiteActive() 공개 메소드

public SiteActive ( ) : bool
리턴 bool