Search Results for

    Show / Hide Table of Contents

    Class StreamSequencer<T>

    Inheritance
    object
    StreamSequencer<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public sealed class StreamSequencer<T> where T : ISequencableEvent
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    StreamSequencer(int, IStreamSequencerObserver<T>)

    Declaration
    public StreamSequencer(int maxBufferPerKey = 256, IStreamSequencerObserver<T> observer = null)
    Parameters
    Type Name Description
    int maxBufferPerKey
    IStreamSequencerObserver<T> observer

    Methods

    | Edit this page View Source

    End()

    Declaration
    public void End()
    | Edit this page View Source

    Push(T)

    Declaration
    public IEnumerable<T> Push(T @event)
    Parameters
    Type Name Description
    T event
    Returns
    Type Description
    IEnumerable<T>

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation