Search Results for

    Show / Hide Table of Contents

    Class LockManager

    Verwaltet Locks

    Inheritance
    System.Object
    LockManager
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.Base.DB
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class LockManager

    Constructors

    | Improve this Doc View Source

    LockManager()

    Lock Guid

    Declaration
    public LockManager()

    Properties

    | Improve this Doc View Source

    Singleton

    Declaration
    public static LockManager Singleton { get; }
    Property Value
    Type Description
    LockManager

    Methods

    | Improve this Doc View Source

    Lock(Guid)

    Try to lock an object

    Declaration
    public bool Lock(Guid ToLock)
    Parameters
    Type Name Description
    System.Guid ToLock

    Lock

    Returns
    Type Description
    System.Boolean

    True if locking was successfull

    | Improve this Doc View Source

    Lock(Object)

    Try to lock an object

    Declaration
    public bool Lock(object ToLock)
    Parameters
    Type Name Description
    System.Object ToLock

    Lock

    Returns
    Type Description
    System.Boolean

    True if locking was successfull

    | Improve this Doc View Source

    Unlock(Guid)

    Remove Lock

    Declaration
    public void Unlock(Guid ToUnlock)
    Parameters
    Type Name Description
    System.Guid ToUnlock
    | Improve this Doc View Source

    Unlock(Object)

    Remove Lock

    Declaration
    public void Unlock(object ToUnlock)
    Parameters
    Type Name Description
    System.Object ToUnlock
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx