Spread.Sheets Documentation
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 ConstructorAsyncFunction ConstructorRepresents an abstract base class for defining asynchronization functions.  
Top
Methods
 NameDescription
public MethoddefaultValueReturns the default value of the evaluated function result before getting the async result.  
public MethodevaluateAsyncReturns the result of the function applied to the arguments.  
public MethodevaluateModeDecides how to re-calculate the formula.  
public MethodintervalReturns the interval.  
Top
See Also

Reference

GC.Spread.CalcEngine.Functions Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.