Search Results for

    Show / Hide Table of Contents
    View Source

    Class DefaultDistributedLockingMechanismFactory

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.DistributedLocking
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DefaultDistributedLockingMechanismFactory : IDistributedLockingMechanismFactory

    Constructors

    View Source

    DefaultDistributedLockingMechanismFactory(IOptionsMonitor<GlobalSettings>, IEnumerable<IDistributedLockingMechanism>)

    Declaration
    public DefaultDistributedLockingMechanismFactory(IOptionsMonitor<GlobalSettings> globalSettings, IEnumerable<IDistributedLockingMechanism> distributedLockingMechanisms)
    Parameters
    Type Name Description
    IOptionsMonitor<GlobalSettings> globalSettings
    IEnumerable<IDistributedLockingMechanism> distributedLockingMechanisms

    Properties

    View Source

    DistributedLockingMechanism

    Declaration
    public IDistributedLockingMechanism DistributedLockingMechanism { get; }
    Property Value
    Type Description
    IDistributedLockingMechanism
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DefaultDistributedLockingMechanismFactory(IOptionsMonitor<GlobalSettings>, IEnumerable<IDistributedLockingMechanism>)
    • Properties
      • DistributedLockingMechanism
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX