NotificationEventHandlerBase<TNotificationEvent>
public abstract class NotificationEventHandlerBase<TNotificationEvent> :
IEventHandlerFor<TNotificationEvent>
where TNotificationEvent : INotificationEvent
Inheritance
- interface IEventHandlerFor<T>
Namespace
Methods
Handle
public abstract void Handle(TNotificationEvent evt)