コード例 #1
0
 protected ItemScoringOnline(BoundedThreadPool threadPool)
 {
     _threadPool = threadPool;
 }
コード例 #2
0
 public ItemScoringClient(BoundedThreadPool threadPool) : base(threadPool)
 {
 }
コード例 #3
0
 protected ItemScoringOnline()
 {
     _threadPool = new BoundedThreadPool(10, "OnlineScoring", 500, 400);
 }