Interface IEventDispatcherServiceFactory
Factory interface for creating event dispatcher services.
Namespace: Serenity.EventDispatcher.Application.Interfaces
Assembly: Serenity.Global.Application.dll
Syntax
public interface IEventDispatcherServiceFactory
Methods
CreateService(CreateEventDispatcherServiceInput)
Creates a new instance of an event dispatcher service.
Declaration
IEventDispatcherService CreateService(CreateEventDispatcherServiceInput dto)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateEventDispatcherServiceInput | dto |
Returns
| Type | Description |
|---|---|
| IEventDispatcherService |