Search Results for

    Show / Hide Table of Contents

    Class LogMergerSuccess

    Inheritance
    object
    LogObject
    LogMergerSuccess
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Tenray.ZoneTree.Core
    Assembly: ZoneTree.dll
    Syntax
    public sealed class LogMergerSuccess : LogObject

    Constructors

    | Improve this Doc View Source

    LogMergerSuccess(int, int, long, int, int)

    Declaration
    public LogMergerSuccess(int dropCount, int skipCount, long elapsedMilliseconds, int totalDropCount, int totalSkipCount)
    Parameters
    Type Name Description
    int dropCount
    int skipCount
    long elapsedMilliseconds
    int totalDropCount
    int totalSkipCount

    Properties

    | Improve this Doc View Source

    DropCount

    Declaration
    public int DropCount { get; }
    Property Value
    Type Description
    int
    | Improve this Doc View Source

    ElapsedMilliseconds

    Declaration
    public long ElapsedMilliseconds { get; }
    Property Value
    Type Description
    long
    | Improve this Doc View Source

    SkipCount

    Declaration
    public int SkipCount { get; }
    Property Value
    Type Description
    int
    | Improve this Doc View Source

    TotalDropCount

    Declaration
    public int TotalDropCount { get; }
    Property Value
    Type Description
    int
    | Improve this Doc View Source

    TotalSkipCount

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

    Methods

    | Improve this Doc View Source

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io