Spread.Sheets Documentation
AsyncFunction type
GC.Spread.CalcEngine.Functions Namespace : AsyncFunction type
Represents an abstract base class for defining asynchronization functions.
Syntax
var instance = new GC.Spread.CalcEngine.Functions.AsyncFunction(name, minArgs, maxArgs, description);
function AsyncFunction;
Inheritance Hierarchy

Object
   GC.Spread.CalcEngine.Functions.AsyncFunction

Constructors
 NameDescription
public ConstructorRepresents an abstract base class for defining asynchronization functions.  
Top
Methods
 NameDescription
public MethodReturns the default value of the evaluated function result before getting the async result.  
public MethodReturns the result of the function applied to the arguments.  
public MethodDecides how to re-calculate the formula.  
public MethodReturns the interval.  
Top
See Also

Reference

GC.Spread.CalcEngine.Functions Namespace