Search Results for

    Show / Hide Table of Contents
    View Source

    Class SystemLock

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public class SystemLock

    Constructors

    View Source

    SystemLock()

    Declaration
    public SystemLock()
    View Source

    SystemLock(String)

    Declaration
    public SystemLock(string name)
    Parameters
    Type Name Description
    System.String name

    Methods

    View Source

    Lock()

    Declaration
    public IDisposable? Lock()
    Returns
    Type Description
    System.Nullable<IDisposable>
    View Source

    Lock(Int32)

    Declaration
    public IDisposable? Lock(int millisecondsTimeout)
    Parameters
    Type Name Description
    System.Int32 millisecondsTimeout
    Returns
    Type Description
    System.Nullable<IDisposable>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • SystemLock()
      • SystemLock(String)
    • Methods
      • Lock()
      • Lock(Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX