Search Results for

    Show / Hide Table of Contents

    Class BasePacketBufferCollection

    The base class for the packet buffer collection. Allows us to process every existing buffer collection at once and empty old packets.

    Inheritance
    Object
    BasePacketBufferCollection
    PacketBufferCollection<TKey>
    Namespace: FNNLib.Messaging
    Assembly: FNNLib.dll
    Syntax
    public abstract class BasePacketBufferCollection

    Constructors

    | Improve this Doc View Source

    BasePacketBufferCollection()

    Declaration
    protected BasePacketBufferCollection()

    Methods

    | Improve this Doc View Source

    Finalize()

    Declaration
    protected void Finalize()
    | Improve this Doc View Source

    PurgeOldPackets()

    Declaration
    public abstract void PurgeOldPackets()
    • Improve this Doc
    • View Source
    In This Article
    Back to top (C) 2020 Reece Mackie. Released under the MIT License.