MoveToNewNode method of the MSCluster_ResourceGroup class

Moves the group to a different node.

Syntax

void MoveToNewNode(
  [in] string NodeName,
  [in] uint32 TimeOut
);

Parameters

NodeName [in]

The target node.

TimeOut [in]

The length of time, in seconds that the method should wait for the resource to move to the new node.

Return value

This method does not return a value.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

MSCluster_ResourceGroup