RemovePossibleOwner method of the MSCluster_Resource class

Removes a possible owner node (host) from the list of possible owners for this resource.

Syntax

void RemovePossibleOwner(
  [in] string NodeName
);

Parameters

NodeName [in]

The node that can no longer own (host) this resource.

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_Resource