Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEventId.cs
1namespace Waher.Events
2{
7 public interface IEventId
8 {
12 string EventId
13 {
14 get;
15 }
16 }
17}
Implement this interface on exception classes to allow the log to extract Event ID information in cor...
Definition: IEventId.cs:8
string EventId
Event identifier related to the object.
Definition: IEventId.cs:13