Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TokenEventHandler.cs
3
5{
10 {
15 : base()
16 {
17 }
18
26 : base(Arguments, EventIndex)
27 {
28 this.EventType = nameof(TokenEventHandler) + "|" + EventNode.GetType().Name + "|" + this.StateMachineId;
29 }
30 }
31}
int EventIndex
Zero-based index of event handler in state.
Definition: EventHandler.cs:60
TokenEventHandler(EvaluationArguments Arguments, int EventIndex, TokenEventNode EventNode)
Event handler for token events.
Contains information required for evaluating script in a state-machine.
Abstract base class for State-Machine event nodes.
Definition: EventNode.cs:10