public JobberStandaloneWorkerBuilder SetJobScope(IJobScope instance)
        {
            _jobScope = instance;

            return this;
        }
예제 #2
0
        public JobberProducerBuilder SetJobScope(IJobScope instance)
        {
            _jobScope = instance;

            return(this);
        }