ClusterCounter Class
Contains counter values related to the scheduling queue and cluster nodes (for example, the number of queued jobs and the number of idle nodes).
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.None)] [GuidAttribute("81BEC618-C361-406b-A7B1-A17A0CC9EBE3")] public sealed class ClusterCounter : IClusterCounter
/** @attribute SerializableAttribute() */
/** @attribute ComVisibleAttribute(true) */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
/** @attribute GuidAttribute("81BEC618-C361-406b-A7B1-A17A0CC9EBE3") */
public final class ClusterCounter implements IClusterCounter
SerializableAttribute ComVisibleAttribute(true) ClassInterfaceAttribute(ClassInterfaceType.None) GuidAttribute("81BEC618-C361-406b-A7B1-A17A0CC9EBE3") public final class ClusterCounter implements IClusterCounter
Treat the properties of this class as read-only; do not set the value of these properties.
You should not use this class. Instead, you should use the IClusterCounter interface as shown in the following example:
IClusterCounter clusterCounters = cluster.ClusterCounter;
Community Additions
ADD
Show: