Table of Contents

Interface IAsyncEvaluationService

Namespace
NCalc.Services
Assembly
NCalc.Async.dll

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

Returns

ValueTask<object>