EvictNode method of the CIM_ClusteringService class

Removes a computer system from a cluster. The node to be evicted is specified as a parameter to the method. The return value should be 0 if the computer system is successfully evicted, 1 if the method is not supported and any other number if an error occurred.

Syntax

uint32 EvictNode(
  [in] CIM_ComputerSystem REF CS
);

Parameters

CS [in]

An embedded instance of a CIM_ComputerSystem class that represents the node to be evicted.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MicrosoftNLB
MOF
WlbsProv.mof
DLL
WlbsProv.dll

See also

CIM_ClusteringService