FpcDailyFrequency enumeration

Applies to: desktop apps only

The FpcDailyFrequency enumerated type contains values that specify whether a scheduled content download takes place once a day or more than once a day.

Syntax

typedef enum FpcDailyFrequency { 
  fpcOnce       = 0,
  fpcRecurring  = 1
} FpcDailyFrequency;

Constants

  • fpcOnce
    The download takes place once a day.

  • fpcRecurring
    The download takes place more than once a day.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

Header

Comenum.h

See also

Enumerated Types

 

 

Build date: 7/12/2010