Search Results for

    Show / Hide Table of Contents

    Class ReadWriteLock

    Inheritance
    object
    ReadWriteLock
    Implements
    ILocker
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tenray.ZoneTree.Collections.BTree.Lock
    Assembly: ZoneTree.dll
    Syntax
    public sealed class ReadWriteLock : ILocker

    Methods

    | Improve this Doc View Source

    ~ReadWriteLock()

    Declaration
    protected ~ReadWriteLock()
    | Improve this Doc View Source

    ReadLock()

    Declaration
    public void ReadLock()
    | Improve this Doc View Source

    ReadUnlock()

    Declaration
    public void ReadUnlock()
    | Improve this Doc View Source

    TryEnterWriteLock(int)

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

    WriteLock()

    Declaration
    public void WriteLock()
    | Improve this Doc View Source

    WriteUnlock()

    Declaration
    public void WriteUnlock()

    Implements

    ILocker
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 Tenray.io