Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Cancels an asynchronous download.
Syntax
HRESULT CancelAsyncDownload(VOID);
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Cancels an asynchronous download of the feed.
To start an asynchronous download, use IFeed::AsyncDownload.
See Also