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