Interface IAsyncEvaluationService
Service used to asynchronous evaluate the result of a LogicalExpression
public interface IAsyncEvaluationService
Methods
EvaluateAsync(LogicalExpression, AsyncExpressionContext)
ValueTask<object?> EvaluateAsync(LogicalExpression expression, AsyncExpressionContext context)
Parameters
expression
LogicalExpressioncontext
AsyncExpressionContext