InProcEventDispatcher
public class InProcEventDispatcher : IEventDispatcher
Inheritance
- interface IEventDispatcher
Namespace
Constructors
InProcEventDispatcher
The default constructor.
public InProcEventDispatcher()
Methods
Dispatch<T>
public void Dispatch<T>(IEnumerable<IEventHandler> handlers, T evt)
where T : IEvent