Share via


Suspend method of the MicrosoftNLB_Cluster class

[This method is available for use in the operating systems specified in the Requirements section. Support for this method was removed in Windows Server 2008. Use the Suspend method of the MicrosoftNLB_Node class instead.]

Suspends cluster operations on all nodes that have remote control enabled.

Syntax

uint32 Suspend(
  [out] uint32 NumNodes
);

Parameters

  • NumNodes [out]
    Returns the number of nodes affected by the operation.

Return value

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

WLBS_OK (1000)

Remarks

To enable remote control for a node, set the RemoteControlEnabled property of the MicrosoftNLB_ClusterSetting class to TRUE.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

End of server support

Windows Server 2003

Namespace

Root\MicrosoftNLB

MOF

WlbsProv.mof

DLL

WlbsProv.dll

See also

MicrosoftNLB_Cluster

MicrosoftNLB_ClusterSetting

MicrosoftNLB_Node

Suspend Method of the MicrosoftNLB_Node Class