ISchedulerJob.AddExcludedNodes(IStringCollection) Method

Definition

Adds the specified nodes to the list of nodes that should not be used for the job.

public void AddExcludedNodes (Microsoft.Hpc.Scheduler.IStringCollection nodeNames);
abstract member AddExcludedNodes : Microsoft.Hpc.Scheduler.IStringCollection -> unit
Public Sub AddExcludedNodes (nodeNames As IStringCollection)

Parameters

nodeNames
IStringCollection

Applies to