AddPossibleOwner method of the MSCluster_Resource class

Adds a possible owner (host) node to the list of possible owners for this resource.

Syntax

void AddPossibleOwner(
  [in] string NodeName
);

Parameters

NodeName [in]

A node that can be an owner (host) of 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