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