mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Turned IDistributedLockService into an ISingleton.
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Orchard.Tasks.Locking {
|
||||
/// <summary>
|
||||
/// Provides distributed locking functionality.
|
||||
/// </summary>
|
||||
public interface IDistributedLockService : IDependency {
|
||||
public interface IDistributedLockService : ISingletonDependency {
|
||||
/// <summary>
|
||||
/// Tries to acquire a lock on the specified name.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user