IFeed::CancelAsyncDownload Method

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

IFeed::AsyncDownload