SchedulingConstraint Methods
The SchedulingConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
| AddToFirstJobInSequence | Identifies the job with the highest position in the job sequence and adds that constraint to the activation list of that job. |
| AddToJobActivationList | Adds the constraint instance to the constraint activation list of a job. |
| AddToLastJobInSequence | Identifies the job with the highest position in the job sequence and adds that constraint to that activation list of the job. |
| ClearWakeupList | Clears any wakeup information that is associated with the constraint. |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| MarkJobAsFailedToSchedule | Marks the jobs as failed to be scheduled. |
| MemberwiseClone | (Inherited from Object.) |
| Propagate | Propagates the constraint. |
| RemoveFromJobActivationList | Removes the constraint instance from the constraint activation list of a job. |
| Replay | Replays the constraint by using the supplied scheduling engine. |
| ToString | (Inherited from Object.) |
| UpdateVariableWakeupLists | Adds the constraint instance to all the variable wakeup lists that should trigger a new propagation of the constraint. |
Community Additions
ADD
Show: