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