Some things need to be public/adjusted for Deploy

This commit is contained in:
Stephan
2016-09-23 16:42:42 +02:00
parent c606314c0f
commit 3f22e727f6
8 changed files with 112 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ namespace Umbraco.Web.Scheduling
/// <summary>
/// Provides options to the <see cref="BackgroundTaskRunner{T}"/> class.
/// </summary>
internal class BackgroundTaskRunnerOptions
public class BackgroundTaskRunnerOptions
{
//TODO: Could add options for using a stack vs queue if required