1using System.Threading.Tasks;
Static class managing persistent counters.
static async Task< int > FlushAsync()
Flushes all cached counters to the database.
Class managing a script expression.
Base class for funcions of zero variables.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Flushes pending counters to the database.
FlushCounters(int Start, int Length, Expression Expression)
Flushes pending counters to the database.
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
override async Task< IElement > EvaluateAsync(Variables Variables)
Evaluates the node, using the variables provided in the Variables collection. This method should be ...
override string FunctionName
Name of the function
override IElement Evaluate(Variables Variables)
Evaluates the node, using the variables provided in the Variables collection. This method should be ...
Basic interface for all types of elements.