Class EventDispatcherInstaller
Abstract installer class for setting up the EventDispatcher service.
Inherited Members
Namespace: Serenity.EventDispatcher.Installation.Installers
Assembly: Serenity.Global.Installation.dll
Syntax
public abstract class EventDispatcherInstaller
Constructors
EventDispatcherInstaller()
Declaration
protected EventDispatcherInstaller()
Fields
_service
Declaration
protected IEventDispatcherService _service
Field Value
| Type | Description |
|---|---|
| IEventDispatcherService | Installs the EventDispatcher service. |
_serviceFactory
Declaration
protected IEventDispatcherServiceFactory _serviceFactory
Field Value
| Type | Description |
|---|---|
| IEventDispatcherServiceFactory | Factory for creating instances of the EventDispatcher service. |
Methods
GetService()
Gets the installed EventDispatcher service.
Declaration
public IEventDispatcherService GetService()
Returns
| Type | Description |
|---|---|
| IEventDispatcherService | The installed EventDispatcher service. |
Install()
Installs the EventDispatcher service.
Declaration
public abstract void Install()