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>
|
/// <summary>
|
||||||
/// Provides distributed locking functionality.
|
/// Provides distributed locking functionality.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IDistributedLockService : IDependency {
|
public interface IDistributedLockService : ISingletonDependency {
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Tries to acquire a lock on the specified name.
|
/// Tries to acquire a lock on the specified name.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user