GetPossibleOwners method of the MSCluster_Resource class

Gets the list of nodes which can be an owner, host, of this resource.

Syntax

void GetPossibleOwners(
  [out] string NodeNames[]
);

Parameters

NodeNames [out]

The nodes 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 2012
Namespace
Root\MSCluster
MOF
ClusWmi.mof
DLL
ClusWMI.dll

See also

MSCluster_Resource