SchedulerCollection.SetAffinityToRange(Int32, Int32, Boolean) Method

Definition

Will set Affinity to a Range of SchdulerNodes's provided.This method will throw an exception if a SchdulerNode does not exist in the Range

public void SetAffinityToRange (int startIndex, int endIndex, bool affinityMask);
member this.SetAffinityToRange : int * int * bool -> unit
Public Sub SetAffinityToRange (startIndex As Integer, endIndex As Integer, affinityMask As Boolean)

Parameters

startIndex
Int32

start index

endIndex
Int32

end index

affinityMask
Boolean

value of affinity

Applies to