Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDistributedLock

    Interface representing a DistributedLock.

    Namespace: Umbraco.Cms.Core.DistributedLocking
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDistributedLock

    Properties

    View Source

    LockId

    Gets the LockId.

    Declaration
    int LockId { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    LockType

    Gets the DistributedLockType.

    Declaration
    DistributedLockType LockType { get; }
    Property Value
    Type Description
    DistributedLockType
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • LockId
      • LockType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX