Search Results for

    Show / Hide Table of Contents
    View Source

    Class SystemLock

    Inheritance
    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
    string name

    Methods

    View Source

    Lock()

    Declaration
    public IDisposable? Lock()
    Returns
    Type Description
    IDisposable
    View Source

    Lock(int)

    Declaration
    public IDisposable? Lock(int millisecondsTimeout)
    Parameters
    Type Name Description
    int millisecondsTimeout
    Returns
    Type Description
    IDisposable
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX