logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class EventDispatcherInstaller

    Abstract installer class for setting up the EventDispatcher service.

    Inheritance
    object
    EventDispatcherInstaller
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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()
    In this article
    © 2026 Serenity. All Rights Reserved