FpcNLBOperationMode enumeration

Applies to: desktop apps only

The FpcNLBOperationMode enumerated type contains values that indicate the mode in which Network Load Balancing (NLB) operates.

Syntax

typedef enum FpcNLBOperationMode { 
  fpcNLBOperationModeUnicast    = 0,
  fpcNLBOperationModeMulticast  = 1,
  fpcNLBOperationModeIGMP       = 2
} FpcNLBOperationMode;

Constants

  • fpcNLBOperationModeUnicast
    Unicast mode.

  • fpcNLBOperationModeMulticast
    Multicast mode.

  • fpcNLBOperationModeIGMP
    Internet Group Multicast Protocol (IGMP) mode.

Remarks

This enumerated type is applicable only to Forefront TMG Enterprise Edition.

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