Table of Contents

Class AsyncEvaluationService

Namespace
NCalc.Services
Assembly
NCalc.Async.dll

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 LogicalExpression
context AsyncExpressionContext

Returns

ValueTask<object>