Pause method of the MSCluster_Node class

Pauses the cluster activity on a node.

Syntax

void Pause(
  [in] uint32 DrainType,
  [in] string TargetNode
);

Parameters

DrainType [in]

The type of drain which to perform.

None (0)

Drain (1)

Force Drain (2)

TargetNode [in]

The node which the current workload is moved to.

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_Node

Pause