Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
VariablesUpdatedEventArgs.cs
1
using
Waher.Networking.XMPP.Events
;
2
using
Waher.Script
;
3
4
namespace
NeuroFeatures.EventArguments
5
{
9
public
class
VariablesUpdatedEventArgs
:
StateMachineEventArgs
10
{
18
public
VariablesUpdatedEventArgs
(
string
TokenId
,
string
MachineId
,
Variables
Variables
,
MessageEventArgs
e)
19
: base(
TokenId
,
MachineId
, e)
20
{
21
this.Variables =
Variables
;
22
}
23
27
public
Variables
Variables
{
get
; }
28
}
29
}
NeuroFeatures.EventArguments.StateMachineEventArgs
Event arguments for state-machine events.
Definition:
StateMachineEventArgs.cs:9
NeuroFeatures.EventArguments.StateMachineEventArgs.TokenId
string TokenId
Token ID
Definition:
StateMachineEventArgs.cs:26
NeuroFeatures.EventArguments.StateMachineEventArgs.MachineId
string MachineId
State-Machine ID
Definition:
StateMachineEventArgs.cs:31
NeuroFeatures.EventArguments.VariablesUpdatedEventArgs
Event arguments events when the variables of a state-machine has changed.
Definition:
VariablesUpdatedEventArgs.cs:10
NeuroFeatures.EventArguments.VariablesUpdatedEventArgs.VariablesUpdatedEventArgs
VariablesUpdatedEventArgs(string TokenId, string MachineId, Variables Variables, MessageEventArgs e)
Event arguments events when the variables of a state-machine has changed.
Definition:
VariablesUpdatedEventArgs.cs:18
NeuroFeatures.EventArguments.VariablesUpdatedEventArgs.Variables
Variables Variables
New State
Definition:
VariablesUpdatedEventArgs.cs:27
Waher.Networking.XMPP.Events.MessageEventArgs
Event arguments for message events.
Definition:
MessageEventArgs.cs:12
Waher.Script.Variables
Collection of variables.
Definition:
Variables.cs:25
NeuroFeatures.EventArguments
Definition:
CreationAttributesEventArgs.cs:5
Waher.Networking.XMPP.Events
Definition:
CustomPresenceEventArgs.cs:5
Waher.Script
Definition:
Duration.cs:8
Waher.Networking.XMPP.NeuroFeatures
EventArguments
VariablesUpdatedEventArgs.cs
Generated by
1.9.5