CancelAsyncDownload Method

Cancels an asynchronous download.

Syntax

object.CancelAsyncDownload()

Return Value

No return value.

Remarks

Cancels an asynchronous download of the feed.

Cancels an asynchronous download of the enclosure.

To start an asynchronous download, use AsyncDownload.

Applies To

Feed, FeedEnclosure

See Also

AsyncDownload