ISchedulerNode.GetCores Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the core state information for each core on the node.
public Microsoft.Hpc.Scheduler.ISchedulerCollection GetCores();
abstract member GetCores : unit -> Microsoft.Hpc.Scheduler.ISchedulerCollection
Public Function GetCores () As ISchedulerCollection
Returns
An ISchedulerCollection interface that contains a collection of ISchedulerCore interfaces.