NLBCluster Property of the IFPCEENetwork Interface

The NLBCluster property gets an FPCNLBCluster object that represents the Network Load Balancing (NLB) cluster on the network.

[C++]
HRESULT get_NLBCluster(
	IFPCEENLBCluster** ppNLBCluster
);

Parameters

ppNLBCluster

Address of an interface pointer that on return points to the IFPCEENLBCluster interface that represents the NLB cluster on the network.

Return Value

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

[Visual Basic]
Property NLBCluster As FPCNLBCluster

Property Value

Reference to the FPCNLBCluster object that represents the NLB cluster on the network.

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 not applicable to Forefront TMG Medium Business Edition.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCNetwork


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.