Search Results for

    Show / Hide Table of Contents

    Class IncrementalLogAppender

    Inheritance
    object
    IncrementalLogAppender
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.WAL
    Assembly: ZoneTree.dll
    Syntax
    public static class IncrementalLogAppender

    Methods

    | Improve this Doc View Source

    AppendLogToTheBackupFile(IFileStreamProvider, string, Func<byte[]>)

    Declaration
    public static void AppendLogToTheBackupFile(IFileStreamProvider fileStreamProvider, string backupFile, Func<byte[]> getBytesDelegate)
    Parameters
    Type Name Description
    IFileStreamProvider fileStreamProvider
    string backupFile
    Func<byte[]> getBytesDelegate
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io