Search Results for

    Show / Hide Table of Contents

    Class StreamSequenceInfo

    Inheritance
    object
    StreamSequenceInfo
    Implements
    IEquatable<StreamSequenceInfo>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Networking.RESTApi
    Assembly: Glitch9.IO.dll
    Syntax
    public record StreamSequenceInfo : IEquatable<StreamSequenceInfo>

    Constructors

    | Edit this page View Source

    StreamSequenceInfo(int, string, bool)

    Declaration
    public StreamSequenceInfo(int sequenceNumber, string key, bool isDone)
    Parameters
    Type Name Description
    int sequenceNumber
    string key
    bool isDone

    Properties

    | Edit this page View Source

    IsDone

    Declaration
    public bool IsDone { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Key

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    SequenceNumber

    Declaration
    public int SequenceNumber { get; }
    Property Value
    Type Description
    int

    Implements

    IEquatable<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