Click or drag to resize

ThresholdStoppingConditionConstraintEvaluator Properties

The ThresholdStoppingConditionConstraintEvaluator type exposes the following members.

Properties
  NameDescription
Public propertyGroup
Gets the group that contains this evaluator.
(Inherited from StoppingConditionConstraintEvaluator.)
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
(Overrides StoppingConditionConstraintEvaluatorIsThreadSafe.)
Public propertyName
Gets an optional name for this StoppingConditionConstraintEvaluator.
(Inherited from StoppingConditionConstraintEvaluator.)
Public propertyWhenToCheck
Gets when to check the constraint (when an event is detected or exactly found). See the documentation of WhenToCheckConstraint to help decide which one to pick.
(Inherited from StoppingConditionConstraintEvaluator.)
Top
See Also