JobCounter Class
Retrieves counter values related to the status of tasks in the job (for example, the number of tasks that have finished).
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
[SerializableAttribute] [GuidAttribute("8BF38748-1FF4-49e5-BC1F-6833C6FC879D")] [ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.None)] public sealed class JobCounter : IJobCounter
/** @attribute SerializableAttribute() */
/** @attribute GuidAttribute("8BF38748-1FF4-49e5-BC1F-6833C6FC879D") */
/** @attribute ComVisibleAttribute(true) */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
public final class JobCounter implements IJobCounter
SerializableAttribute GuidAttribute("8BF38748-1FF4-49e5-BC1F-6833C6FC879D") ComVisibleAttribute(true) ClassInterfaceAttribute(ClassInterfaceType.None) public final class JobCounter implements IJobCounter
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 IJobCounter interface as shown in the following example:
IJobCounter jobCounters = cluster.GetJobCounter(jobId);
Community Additions
ADD
Show: