Search Results for

    Show / Hide Table of Contents

    Interface IEventReceiver

    Simple event receiver interface.

    Namespace: Sdl.LanguagePlatform.IO.Streams
    Assembly: Sdl.LanguagePlatform.IO.dll
    Syntax
    public interface IEventReceiver

    Methods

    EmitAsync(Event)

    Processes an event.

    Declaration
    Task EmitAsync(Event e)
    Parameters
    Type Name Description
    Event e

    The event.

    Returns
    Type Description
    Task
    In this article
    • Methods
      • EmitAsync(Event)
    Back to top Generated by DocFX