EvaluatorGroupForgetDependency Method  | 
 
            Instructs the evaluator group to forget about a dependency for the evaluator that is currently being constructed.
            For example, if the current evaluator obtains a sub-evaluator and then decides (based on properties of the sub-evaluator,
            for example) that the sub-evaluator is not needed, it can call this method to eliminate the sub-evaluator from consideration.
            
 
    Namespace: 
   AGI.Foundation
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic void ForgetDependency(
	IEvaluator evaluator
)
Public Sub ForgetDependency ( 
	evaluator As IEvaluator
)
public:
void ForgetDependency(
	IEvaluator^ evaluator
)
member ForgetDependency : 
        evaluator : IEvaluator -> unit 
Parameters
- evaluator
 - Type: AGI.FoundationIEvaluator
            The sub-evaluator that is no longer depended upon by the evaluator that is currently being constructed.
             
Exceptions
See Also