Publicize more IBackgroundTask plumbing

This commit is contained in:
Stephan
2017-04-26 09:07:48 +02:00
parent ca3dc030bc
commit ba489afe9a
9 changed files with 35 additions and 66 deletions

View File

@@ -148,11 +148,6 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
}
}
public override Task RunAsync(CancellationToken token)
{
throw new NotImplementedException();
}
public override bool IsAsync
{
get { return false; }