CrawlerFetchAlbumsAsync Method
Asynchronously fetch any album found using the current search query.
Namespace: DevCase.ThirdParty.FreeHardMusicAssembly: DevCase.net48.ThirdParty.FreeHardMusic (in DevCase.net48.ThirdParty.FreeHardMusic.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Task<bool> FetchAlbumsAsync()
Public Overridable Function FetchAlbumsAsync As Task(Of Boolean)
Dim instance As Crawler
Dim returnValue As Task(Of Boolean)
returnValue = instance.FetchAlbumsAsync()
public:
virtual Task<bool>^ FetchAlbumsAsync()
abstract FetchAlbumsAsync : unit -> Task<bool>
override FetchAlbumsAsync : unit -> Task<bool>
No code example is currently available or this language may not be supported.
Return Value
TaskBoolean
Returns
if the fetch operation was canceled by a call to
CancelFetchAlbumsAsync method.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
HtmlAgilityPack