Search Results for

    Show / Hide Table of Contents

    Interface ILocker

    Namespace: Tenray.ZoneTree.Collections.BTree
    Assembly: ZoneTree.dll
    Syntax
    public interface ILocker

    Methods

    | Improve this Doc View Source

    ReadLock()

    Declaration
    void ReadLock()
    | Improve this Doc View Source

    ReadUnlock()

    Declaration
    void ReadUnlock()
    | Improve this Doc View Source

    TryEnterWriteLock(int)

    Declaration
    bool TryEnterWriteLock(int millisecondsTimeout)
    Parameters
    Type Name Description
    int millisecondsTimeout
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    WriteLock()

    Declaration
    void WriteLock()
    | Improve this Doc View Source

    WriteUnlock()

    Declaration
    void WriteUnlock()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io