View Source
Class DefaultDistributedLockingMechanismFactory
Inheritance
System.Object
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
Properties
View Source
DistributedLockingMechanism
Declaration
public IDistributedLockingMechanism DistributedLockingMechanism { get; }
Property Value