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)

Usage

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("81BEC618-C361-406b-A7B1-A17A0CC9EBE3")> _
Public NotInheritable Class ClusterCounter
    Implements IClusterCounter
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[GuidAttribute("81BEC618-C361-406b-A7B1-A17A0CC9EBE3")] 
public sealed class ClusterCounter : IClusterCounter
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
[GuidAttribute(L"81BEC618-C361-406b-A7B1-A17A0CC9EBE3")] 
public ref class ClusterCounter sealed : 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

Remarks

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;

Inheritance Hierarchy

System.Object
  Microsoft.ComputeCluster.ClusterCounter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

ClusterCounter Members
Microsoft.ComputeCluster Namespace