Cleanup - DisposableObject & disposing UmbracoContext

This commit is contained in:
Stephan
2016-06-09 19:06:49 +02:00
parent 5a839c3654
commit 9fe9f9d167
10 changed files with 44 additions and 42 deletions

View File

@@ -67,7 +67,7 @@ namespace Umbraco.Web.Scheduling
if (_runner.TryAdd(this))
_timer.Change(_periodMilliseconds, 0);
else
Dispose(true);
Dispose();
}
/// <summary>