Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEvaluateAsync.cs
1
using
System;
2
using
System.Threading.Tasks;
3
using
Waher.Script.Abstraction.Elements
;
4
5
namespace
Waher.Script.Model
6
{
10
public
interface
IEvaluateAsync
11
{
18
Task<IElement>
EvaluateAsync
(
Variables
Variables
);
19
}
20
}
Waher.Script.Variables
Collection of variables.
Definition:
Variables.cs:25
Waher.Script.Model.IEvaluateAsync
Interface for script nodes with asynchronous evaluation
Definition:
IEvaluateAsync.cs:11
Waher.Script.Model.IEvaluateAsync.EvaluateAsync
Task< IElement > EvaluateAsync(Variables Variables)
Evaluates the node asynchronously, using the variables provided in the Variables collection.
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Model
Definition:
BinaryBooleanOperator.cs:8
IoTGateway
Script
Waher.Script
Model
IEvaluateAsync.cs
Generated by
1.9.5