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.