Otter SDK Reference
Version:

EvaluateAsync(IOtterContext context) Method

Evaluates the function asynchronously and returns the result.

Syntax

public abstract Task<Inedo.ExecutionEngine.RuntimeValue> EvaluateAsync(IOtterContext context)

Parameters

context
Type: IOtterContext

The current execution context if applicable.

Returns

Result of the function.