Search Results for

    Show / Hide Table of Contents

    Class AsyncCompressedModeOptions

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

    Properties

    | Improve this Doc View Source

    EmptyQueuePollInterval

    The delay in milliseconds before making the next poll to retrieve the new entries in the queue, when the queue is empty.

    Declaration
    public int EmptyQueuePollInterval { get; set; }
    Property Value
    Type Description
    int
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io