mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
IBackgroundTask not to use IEventHandler anymore
--HG-- branch : 1.x
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using Orchard.Events;
|
||||
|
||||
namespace Orchard.Tasks {
|
||||
public interface IBackgroundTask : IEventHandler {
|
||||
namespace Orchard.Tasks {
|
||||
public interface IBackgroundTask : IDependency {
|
||||
void Sweep();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user