Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NewStateEventArgs.cs
2
4{
9 {
18 : base(TokenId, MachineId, e)
19 {
20 this.NewState = NewState;
21 }
22
26 public string NewState { get; }
27 }
28}
Event arguments events when the current state of a state-machine has changed.
NewStateEventArgs(string TokenId, string MachineId, string NewState, MessageEventArgs e)
Event arguments events when the current state of a state-machine has changed.
Event arguments for state-machine events.
Event arguments for message events.