IFeedsManager::AsyncSyncAll Method

Forces an update of all feeds.

Syntax

HRESULT AsyncSyncAll(VOID);

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The IFeedsManager::AsyncSyncAll method forces an update of all feeds, regardless of IFeed::LastDownloadTime and IFeed::Ttl, except those for which IFeed::SyncSetting is set to FSS_MANUAL.

See Also

IFeedsManager::BackgroundSync, Understanding the Feed Download Engine