コード例 #1
0
        public JobberStandaloneWorkerBuilder SetJobScope(IJobScope instance)
        {
            _jobScope = instance;

            return this;
        }
コード例 #2
0
        public JobberProducerBuilder SetJobScope(IJobScope instance)
        {
            _jobScope = instance;

            return(this);
        }