IAsyncVariableFunction Interface

Implemented by variable functions that can be evaluated asynchronously.

Inheritance Hierarchy

Syntax

public interface IAsyncVariableFunction

Methods

Name Description
EvaluateAsync(IVariableFunctionContext context)

Evaluates the function asynchronously and returns the result.

Remarks

When a variable function class implements this interface, the EvaluateAsync(IVariableFunctionContext context) method is always called instead of the VariableFunction.Evaluate(IVariableFunctionContext context) method.