ISchedulerTask.AllocatedNodes Property

Definition

Retrieves the names of the nodes that have been allocated to run the task or have run the task.

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 task or have run the task.

Applies to