EvaluateAsync(IVariableFunctionContext context) Method

Evaluates the function asynchronously and returns the result.

Syntax

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

Parameters

context
Type: IVariableFunctionContext

The current execution context if applicable.

Returns

Result of the function.