IClusterCounter::get_NumberOfPendingProcessors method
Retrieves the number of pending processors in the cluster.
Syntax
HRESULT get_NumberOfPendingProcessors(
[out] long *pRetVal
);
Parameters
- pRetVal [out]
The number of pending processors in the cluster.
Return value
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code.
Remarks
A pending processor is a processor that belongs to a node whose status is NodeStatus_Pending.
Requirements
Product |
Compute Cluster Pack Client Utilities |
Type library |
Ccpapi.tlb |