mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +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