Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEventSink.cs
1using System.Threading.Tasks;
2
3namespace Waher.Events
4{
8 public interface IEventSink : ILogObject
9 {
15 }
16}
Class representing an event.
Definition: Event.cs:10
Interface for all event sinks.
Definition: IEventSink.cs:9
Task Queue(Event Event)
Queues an event to be output.
Interface for objects that can log events.
Definition: ILogObject.cs:10