ISchedulerTask.GetCounters Method

Definition

Retrieves the counter data for the task.

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

Returns

An ISchedulerTaskCounters interface that contains the counter data.

Applies to