Appccelerate.EvaluationEngine.Extensions.EmptyLogExtension.FoundAnswer C# (CSharp) Méthode

FoundAnswer() public méthode

Logs the found answer together with information how it was found.
public FoundAnswer ( Context context ) : void
context Context The context.
Résultat void
        public void FoundAnswer(Context context)
        {
        }
    }
EmptyLogExtension