Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
VariablesUpdatedEventArgs.cs
2using Waher.Script;
3
5{
10 {
19 : base(TokenId, MachineId, e)
20 {
21 this.Variables = Variables;
22 }
23
27 public Variables Variables { get; }
28 }
29}
Event arguments for state-machine events.
Event arguments events when the variables of a state-machine has changed.
VariablesUpdatedEventArgs(string TokenId, string MachineId, Variables Variables, MessageEventArgs e)
Event arguments events when the variables of a state-machine has changed.
Event arguments for message events.
Collection of variables.
Definition: Variables.cs:25