Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEventResolver.cs
2{
6 public interface IEventResolver
7 {
14 }
15}
Interface for event resolvers. Such can be used to resolve multiple pending notifications at once.
bool Resolves(NotificationEvent Event)
If the resolver resolves an event.
abstract class NotificationEvent()
Abstract base class of notification events.