DelayedConstraint public class DelayedConstraint : PrefixConstraint Applies a delay to the match so that a match can be evaluated in the future. Documentation public DelayedConstraint(Constraint baseConstraint, int delayInMilliseconds) Creates a new DelayedConstraint public DelayedConstraint(Constraint baseConstraint, int delayInMilliseconds, int pollingInterval) Creates a new DelayedConstraint