⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Interface IEventReader

    Simple interface for reading events from a stream.

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

    Methods

    ReadAsync()

    Reads the next item in the stream and returns the corresponding Event object, from that particular item.

    Declaration
    Task<Event> ReadAsync()
    Returns
    Type Description
    Task<Event>

    An Event object.

    In this article
    Back to top Generated by DocFX