C# Class LyricsEngine.LyricSites.SeekLyrics

Exibir arquivo Open project: MediaPortal/MPTagThat

Public Methods

Method Description
SeekLyrics ( string artist, string title, ManualResetEvent m_EventStop_SiteSearches, int timeLimit ) : System

Private Methods

Method Description
callbackMethod ( object sender, OpenReadCompletedEventArgs e ) : void
timer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

SeekLyrics() public method

public SeekLyrics ( string artist, string title, ManualResetEvent m_EventStop_SiteSearches, int timeLimit ) : System
artist string
title string
m_EventStop_SiteSearches System.Threading.ManualResetEvent
timeLimit int
return System