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
    • Methods
      • ReadAsync()
    Back to top Generated by DocFX