C# 클래스 LyricsEngine.lrcfinder.LrcFinder

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: MediaPortal/MPTagThat

공개 메소드들

메소드 설명
CancelAsync ( object userState ) : void
FindLRCAsync ( string artist, string title ) : void
FindLRCAsync ( string artist, string title, object userState ) : void
FindLRCsAsync ( string artist, string title ) : void
FindLRCsAsync ( string artist, string title, object userState ) : void
LrcFinder ( ) : System
NewDomainAsync ( ) : void
NewDomainAsync ( object userState ) : void
SaveLRCAsync ( string lrcFileString ) : void
SaveLRCAsync ( string lrcFileString, object userState ) : void
SaveLRCWithGuidAsync ( string lrcFileString, System guid ) : void
SaveLRCWithGuidAsync ( string lrcFileString, System guid, object userState ) : void

비공개 메소드들

메소드 설명
FindLRC ( string artist, string title ) : string
FindLRCs ( string artist, string title ) : DataTable
IsLocalFileSystemWebService ( string url ) : bool
NewDomain ( ) : string[]
OnFindLRCOperationCompleted ( object arg ) : void
OnFindLRCsOperationCompleted ( object arg ) : void
OnNewDomainOperationCompleted ( object arg ) : void
OnSaveLRCOperationCompleted ( object arg ) : void
OnSaveLRCWithGuidOperationCompleted ( object arg ) : void
SaveLRC ( string lrcFileString ) : string
SaveLRCWithGuid ( string lrcFileString, System guid ) : string

메소드 상세

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

FindLRCAsync() 공개 메소드

public FindLRCAsync ( string artist, string title ) : void
artist string
title string
리턴 void

FindLRCAsync() 공개 메소드

public FindLRCAsync ( string artist, string title, object userState ) : void
artist string
title string
userState object
리턴 void

FindLRCsAsync() 공개 메소드

public FindLRCsAsync ( string artist, string title ) : void
artist string
title string
리턴 void

FindLRCsAsync() 공개 메소드

public FindLRCsAsync ( string artist, string title, object userState ) : void
artist string
title string
userState object
리턴 void

LrcFinder() 공개 메소드

public LrcFinder ( ) : System
리턴 System

NewDomainAsync() 공개 메소드

public NewDomainAsync ( ) : void
리턴 void

NewDomainAsync() 공개 메소드

public NewDomainAsync ( object userState ) : void
userState object
리턴 void

SaveLRCAsync() 공개 메소드

public SaveLRCAsync ( string lrcFileString ) : void
lrcFileString string
리턴 void

SaveLRCAsync() 공개 메소드

public SaveLRCAsync ( string lrcFileString, object userState ) : void
lrcFileString string
userState object
리턴 void

SaveLRCWithGuidAsync() 공개 메소드

public SaveLRCWithGuidAsync ( string lrcFileString, System guid ) : void
lrcFileString string
guid System
리턴 void

SaveLRCWithGuidAsync() 공개 메소드

public SaveLRCWithGuidAsync ( string lrcFileString, System guid, object userState ) : void
lrcFileString string
guid System
userState object
리턴 void