LoadAllSettings method of the MicrosoftNLB_ClusterSetting class

Forces the Network Load Balancing (NLB) driver to reload, which allows it to update its private copy of the cluster configuration data.

Syntax

uint32 LoadAllSettings();

Parameters

This method has no parameters.

Return value

This method returns a uint32 set to one of the standard return values.

WLBS_OK (1000)

WLBS_REBOOT (1050)

Remarks

Because the NLB driver runs beneath the operating system, its only opportunity to read and save cluster configuration data is during its initialization. The LoadAllSettings method forces the driver to reload, which updates its private data store and commits the changes to that node of the cluster. The LoadAllSettings method should be called on each node of the cluster.

This method requires the wbemPrivilegeLoadDriver privilege (also known as SE_LOAD_DRIVER or "SeLoadDriverPrivilege"). For more information, see Privilege Constants.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MicrosoftNLB
MOF
WlbsProv.mof
DLL
WlbsProv.dll

See also

MicrosoftNLB_ClusterSetting

LoadAllSettings Method of the MicrosoftNLB_NodeSetting Class