Share via


Resume 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 Resume method of the MicrosoftNLB_Node class instead.]

Resumes cluster operations on all nodes that have remote control is enabled.

Syntax

uint32 Resume(
  [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

Resume Method of the MicrosoftNLB_Node Class