[]
Represents the base type for async custom function.
public abstract class AsyncCustomFunction : CustomFunction
Public MustInherit Class AsyncCustomFunction
Inherits CustomFunction
Name | Description |
---|---|
AsyncCustomFunction(string, FunctionValueType) | Initializes an instance of a custom function. |
AsyncCustomFunction(string, FunctionValueType, Parameter[]) | Initializes an instance of a custom function. |
AsyncCustomFunction(string, string, FunctionValueType, Parameter[]) | Initializes an instance of a custom function. |
Name | Description |
---|---|
Evaluate(object[], ICalcContext) | Calculate the function. |
EvaluateAsync(object[], ICalcContext) | Calculate the function asynchronously. |