IFPCEENetwork::NLBCluster property
Applies to: desktop apps only
The NLBCluster property gets an FPCNLBCluster object that represents the Network Load Balancing (NLB) cluster on the network.
This property is read-only.
Syntax
HRESULT get_NLBCluster(
IFPCEENLBCluster **ppNLBCluster
);
' Data type: FPCNLBCluster
Property NLBCluster( _
ByVal ppNLBCluster As IFPCEENLBCluster _
) As FPCNLBCluster
Property value
Reference to the FPCNLBCluster object that represents the NLB cluster on the network.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. The configuration settings of the NLB cluster on the network can be accessed through the FPCNLBCluster object retrieved (the IFPCEENLBCluster interface retrieved in C++).
This property is not applicable to the following predefined array-level networks: Local Host, Quarantined VPN Clients, and VPN Clients.
This property 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 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010