ForceCleanup method of the MSCluster_Cluster class

Forces a node to be cleaned up.

Syntax

void ForceCleanup(
  [in] string NodeName,
  [in] uint32 Timeout
);

Parameters

NodeName [in]

The name of the cluster node to clean up.

Timeout [in]

The number of milliseconds that this method will wait for cleanup to complete.

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_Cluster