Turned IDistributedLockService into an ISingleton.

This commit is contained in:
Sipke Schoorstra
2015-08-10 14:06:13 +01:00
parent f2e0fb22b3
commit ab12e9e630

View File

@@ -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>