FEEDS_BACKGROUNDSYNC_ACTION Enumerated Type

Contains flags used by IFeedsManager::BackgroundSync to control the operation of the Feed Download Engine.

Syntax

typedef enum FEEDS_BACKGROUNDSYNC_ACTION {
    FBSA_DISABLE = 0,
    FBSA_ENABLE = 1,
    FBSA_RUNNOW = 2
} FEEDS_BACKGROUNDSYNC_ACTION;

Constants

  • FBSA_DISABLE
    Turns off background synchronization for the current user. Feeds will not be downloaded asynchronously.

  • FBSA_ENABLE
    Turns on background synchronization for the current user.

  • FBSA_RUNNOW
    Launches the Feed Download Engine immediately to synchronize overdue feeds.

Enumerated Type Information

Header and IDL files msfeeds.h, msfeeds.idl
Minimum availability Internet Explorer 7
Minimum operating systems Windows XP SP2

See Also

Understanding the Feed Download Engine