Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TaskSchedulingPolicy"/> class.
 /// </summary>
 /// <param name='computeNodeFillType'>The fill type of scheduling policy.</param>
 public TaskSchedulingPolicy(
     Common.ComputeNodeFillType computeNodeFillType)
 {
     this.ComputeNodeFillType = computeNodeFillType;
 }
Example #2
0
 internal TaskSchedulingPolicy(Models.TaskSchedulingPolicy protocolObject)
 {
     this.computeNodeFillType = UtilitiesInternal.MapEnum <Models.ComputeNodeFillType, Common.ComputeNodeFillType>(protocolObject.NodeFillType);
 }