Spread.Sheets Documentation
evaluateAsync Method
GC.Spread.CalcEngine.Functions Namespace > AsyncFunction type : evaluateAsync Method
The evaluate context
Arguments for the function evaluation
Returns the result of the function applied to the arguments.
Syntax
var instance = new GC.Spread.CalcEngine.Functions.AsyncFunction(name, minArgs, maxArgs, description);
var value; // Type: object
value = instance.evaluateAsync(context, args);
function evaluateAsync( 
   context : AsyncEvaluateContext,
   args : object
) : object;

Parameters

context
The evaluate context
args
Arguments for the function evaluation

Return Value

The result of the function applied to the arguments.
See Also

Reference

AsyncFunction type