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