StoppingConditionEvaluatorSatisfiedCallback Property |
Gets a
delegate that is executed when this condition is satisfied. Edits to the state that gets sent
in this
delegate will be ignored unless the returned enumeration is
that propagation should stop.
Namespace:
AGI.Foundation.StoppingConditions
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StoppingTriggeredCallback SatisfiedCallback { get; }
Public ReadOnly Property SatisfiedCallback As StoppingTriggeredCallback
Get
public:
property StoppingTriggeredCallback^ SatisfiedCallback {
StoppingTriggeredCallback^ get ();
}
member SatisfiedCallback : StoppingTriggeredCallback with get
Property Value
Type:
StoppingTriggeredCallbackSee Also