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