logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Delegate EventDispatcherSignalDelegate

    Delegate for handling event dispatcher signals.

    Namespace: Serenity.EventDispatcher.Domain.Entities
    Assembly: Serenity.Global.Domain.dll
    Syntax
    public delegate void EventDispatcherSignalDelegate(EventDispatcherSignal signal)
    Parameters
    Type Name Description
    EventDispatcherSignal signal Delegate for handling event dispatcher signals.

    Constructors

    EventDispatcherSignalDelegate(object, IntPtr)

    Declaration
    public EventDispatcherSignalDelegate(object @object, IntPtr method)
    Parameters
    Type Name Description
    object object
    IntPtr method

    Methods

    BeginInvoke(EventDispatcherSignal, AsyncCallback, object)

    Declaration
    public virtual IAsyncResult BeginInvoke(EventDispatcherSignal signal, AsyncCallback callback, object @object)
    Parameters
    Type Name Description
    EventDispatcherSignal signal
    AsyncCallback callback
    object object
    Returns
    Type Description
    IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    IAsyncResult result

    Invoke(EventDispatcherSignal)

    Declaration
    public virtual void Invoke(EventDispatcherSignal signal)
    Parameters
    Type Name Description
    EventDispatcherSignal signal
    In this article
    © 2026 Serenity. All Rights Reserved