IClusterCounter::get_NumberOfUnreachableProcessors method

Retrieves the number of processors in the cluster that are not reachable.

Syntax

HRESULT get_NumberOfUnreachableProcessors(
  [out] long *pRetVal
);

Parameters

  • pRetVal [out]
    The number of processors in the cluster that are not reachable.

Return value

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.

Remarks

A processor can be unreachable if the node to which it belongs is offline or there is a network connection problem.

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

IClusterCounter