Interface IEventFactory
Defines an event factory capable of managing event subscriptions/lifecycles.
public interface IEventFactory
- Extension Methods
Methods
- Unregister<TEvent>()
Unregisters the specified event type. This is triggered when no subscribers remain for a specific event type.