Search Results for

    Show / Hide Table of Contents

    Interface IReadWriteLock

    Defines the interface for read-write lock

    Namespace:
    Assembly: .dll
    Syntax
    public interface IReadWriteLock

    Methods

    readLock()

    Locks the read lock

    Declaration
    public abstract void readLock()

    readUnlock()

    Unlocks the read lock

    Declaration
    public abstract void readUnlock()

    writeLock()

    Locks the write lock

    Declaration
    public abstract void writeLock()

    writeUnlock()

    Unlocks the write lock

    Declaration
    public abstract void writeUnlock()
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml