Class AsyncEvaluationService
Service used to asynchronous evaluate the result of a LogicalExpression
public class AsyncEvaluationService : IAsyncEvaluationService
- Inheritance
-
AsyncEvaluationService
- Implements
- Inherited Members
Methods
EvaluateAsync(LogicalExpression, AsyncExpressionContext)
public ValueTask<object?> EvaluateAsync(LogicalExpression expression, AsyncExpressionContext context)
Parameters
expression
LogicalExpressioncontext
AsyncExpressionContext