Метод | Описание | |
---|---|---|
GetAlbumsForArtist ( |
||
GetAlbumsForArtistAsync ( |
||
GetFileStream ( |
Gets the remote file network stream. The caller is responsible for closing the stream after the call to DownloadFile returns |
|
GetTracksForAlbum ( |
||
GetTracksForAlbumAsync ( |
||
LoginAsync ( string login, string password, Action |
||
SearchAlbums ( string album ) : Task |
||
SearchAllMusic ( string pattern, Action |
||
SearchArtist ( string pattern, Action |
||
SearchArtistAsync ( string artistName ) : Task |
Метод | Описание | |
---|---|---|
OnFileDownloadResponseReceived ( IAsyncResult ar ) : void |
public GetAlbumsForArtist ( |
||
artist | ||
callback | Action |
|
callbackError | Action |
|
Результат | void |
public GetAlbumsForArtistAsync ( |
||
artist | ||
Результат | Task |
public GetFileStream ( |
||
synoTrack | The track wor which to retrieve the stream. | |
callback | SynoTrack>.Action | The method to call after the stream is open. The stream itself and its content length are passed as arguments. |
Результат | void |
public GetTracksForAlbum ( |
||
album | ||
callback | Action |
|
callbackError | Action |
|
Результат | void |
public GetTracksForAlbumAsync ( |
||
album | ||
Результат | Task |
public LoginAsync ( string login, string password, Action |
||
login | string | |
password | string | |
callback | Action |
|
callbackError | Action |
|
useSsl | bool | |
Результат | void |
public SearchAlbums ( string album ) : Task |
||
album | string | |
Результат | Task |
public SearchAllMusic ( string pattern, Action |
||
pattern | string | |
callback | Action |
|
callbackError | Action |
|
Результат | void |
public SearchArtist ( string pattern, Action |
||
pattern | string | |
callback | Action |
|
callbackError | Action |
|
Результат | void |
public SearchArtistAsync ( string artistName ) : Task |
||
artistName | string | |
Результат | Task |