ISchedulerJob.AllocatedNodes Property

Definition

Retrieves the names of the nodes that have been allocated to run the tasks in the job or have run the tasks.

public Microsoft.Hpc.Scheduler.IStringCollection AllocatedNodes { get; }
member this.AllocatedNodes : Microsoft.Hpc.Scheduler.IStringCollection
Public ReadOnly Property AllocatedNodes As IStringCollection

Property Value

An IStringCollection interface that contains the names of the nodes that have been allocated to run the tasks in the job or have run the tasks.

Applies to