DotNetWorkQueue.JobSchedulerContainer.JobSchedulerContainer C# (CSharp) Method

JobSchedulerContainer() public method

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

Same methods

JobSchedulerContainer::JobSchedulerContainer ( Action registerService ) : System