logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IEventDispatcherAction

    Interface for event dispatcher actions.

    Inherited Members
    IDisposable.Dispose()
    Namespace: Serenity.EventDispatcher.Application.Interfaces
    Assembly: Serenity.Global.Application.dll
    Syntax
    public interface IEventDispatcherAction : IDisposable

    Properties

    SignalType

    Gets the type of signal this action is associated with.

    Declaration
    Type SignalType { get; }
    Property Value
    Type Description
    Type

    Methods

    Initialize(IEventDispatcherService)

    Initializes the action with the given event dispatcher service.

    Declaration
    void Initialize(IEventDispatcherService dispatcher)
    Parameters
    Type Name Description
    IEventDispatcherService dispatcher

    The event dispatcher service to use.

    In this article
    © 2026 Serenity. All Rights Reserved