IFPCEENLBCluster::OperationMode property
Applies to: desktop apps only
The OperationMode property gets or sets a value from the FpcNLBOperationMode enumerated type that specifies the mode in which Network Load Balancing (NLB) operates. The default mode is unicast.
This property is read/write.
Syntax
HRESULT put_OperationMode(
FpcNLBOperationMode Mode
);
HRESULT get_OperationMode(
FpcNLBOperationMode *pMode
);
' Data type: FpcNLBOperationMode
Property OperationMode( _
ByVal Mode As FpcNLBOperationMode, _
ByVal pMode As FpcNLBOperationMode _
) As FpcNLBOperationMode
Property value
Value from the FpcNLBOperationMode enumerated type that specifies the mode in which NLB operates.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write. Its default value is fpcNLBOperationModeUnicast, which indicates that NLB operates in unicast mode. Note that only the default value is supported in Forefront TMG.
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 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010