DotNetWorkQueue.SchedulerContainer.SchedulerContainer C# (CSharp) Method

SchedulerContainer() public method

Initializes a new instance of the SchedulerContainer class.
public SchedulerContainer ( ) : System
return System
        public SchedulerContainer()
            : this(x => { })
        {
        }

Same methods

SchedulerContainer::SchedulerContainer ( Action registerService, Action setOptions = null ) : System