Implemented by variable functions that can be evaluated asynchronously.
Name | Description | |
---|---|---|
EvaluateAsync(IVariableFunctionContext context) |
Evaluates the function asynchronously and returns the result. |
When a variable function class implements this interface, the EvaluateAsync(IVariableFunctionContext context) method is always called instead of the VariableFunction.Evaluate(IVariableFunctionContext context) method.