ISchedulerJob.GetCounters Method

Definition

Retrieves the counter data for the job.

public Microsoft.Hpc.Scheduler.ISchedulerJobCounters GetCounters ();
abstract member GetCounters : unit -> Microsoft.Hpc.Scheduler.ISchedulerJobCounters
Public Function GetCounters () As ISchedulerJobCounters

Returns

An ISchedulerJobCounters interface that contains the counter data.

Applies to