CrawlerGetAlbumCountAsync Method
Asynchronously gets the count of the albums 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<int> GetAlbumCountAsync()
Public Overridable Function GetAlbumCountAsync As Task(Of Integer)
Dim instance As Crawler
Dim returnValue As Task(Of Integer)
returnValue = instance.GetAlbumCountAsync()
public:
virtual Task<int>^ GetAlbumCountAsync()
abstract GetAlbumCountAsync : unit -> Task<int>
override GetAlbumCountAsync : unit -> Task<int>
No code example is currently available or this language may not be supported.
Return Value
TaskInt32
The count of the albums found using the current search query.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
HtmlAgilityPack