SchedulerNode.GetCores Method

Definition

Retrieves the state information for each core on the node.

public Microsoft.Hpc.Scheduler.ISchedulerCollection GetCores ();
abstract member GetCores : unit -> Microsoft.Hpc.Scheduler.ISchedulerCollection
override this.GetCores : unit -> Microsoft.Hpc.Scheduler.ISchedulerCollection
Public Function GetCores () As ISchedulerCollection

Returns

An ISchedulerCollection interface that contains a collection of ISchedulerCore interfaces.

Implements

Applies to