Method UnsubscribeAll
UnsubscribeAll<TEvent, TFactory>(Action<TEvent>, EventCallbackType)
public void UnsubscribeAll<TEvent, TFactory>(Action<TEvent> handler, EventCallbackType eventCallbackType = EventCallbackType.Before) where TEvent : IEvent, new() where TFactory : IEventFactory
Parameters
handlerAction<TEvent>eventCallbackTypeEventCallbackType
Type Parameters
TEventTFactory