Otter SDK Reference
Version:

IAsyncVariableFunction Interface

Implemented by variable functions that can be evaluated asynchronously.

Inheritance Hierarchy

  • Inedo.Otter.Extensibility.VariableFunctions.IAsyncVariableFunction

Syntax

public interface IAsyncVariableFunction

Methods

Name Description
EvaluateAsync(IOtterContext context)

Evaluates the function asynchronously and returns the result.