CrawlerCancelFetchAlbumsAsync Method
Aborts a pending fetch operation started by a call to
FetchAlbumsAsync function.
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 void CancelFetchAlbumsAsync()
Public Sub CancelFetchAlbumsAsync
Dim instance As Crawler
instance.CancelFetchAlbumsAsync()
public:
void CancelFetchAlbumsAsync()
member CancelFetchAlbumsAsync : unit -> unit
No code example is currently available or this language may not be supported.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
HtmlAgilityPack
Exception
|
No fetch operation is running.
|