Search Results for

    Show / Hide Table of Contents

    Delegate WriteAheadLogEntryReader.LogEntryDeserializerDelegate<TKey, TValue, TLogEntry>

    Namespace: Tenray.ZoneTree.WAL
    Assembly: ZoneTree.dll
    Syntax
    public delegate (bool isValid, TKey key, TValue value, long opIndex) WriteAheadLogEntryReader.LogEntryDeserializerDelegate<TKey, TValue, TLogEntry>(in TLogEntry logEntry)
    Parameters
    Type Name Description
    TLogEntry logEntry
    Returns
    Type Description
    (bool isValid, TKey key, TValue value, long opIndex)
    Type Parameters
    Name Description
    TKey
    TValue
    TLogEntry
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io