Example #1
0
 public STPStartInfo(STPStartInfo stpStartInfo) : base(stpStartInfo)
 {
     this._idleTimeout      = stpStartInfo._idleTimeout;
     this._minWorkerThreads = stpStartInfo._minWorkerThreads;
     this._maxWorkerThreads = stpStartInfo._maxWorkerThreads;
     this._threadPriority   = stpStartInfo._threadPriority;
     this._pcInstanceName   = stpStartInfo._pcInstanceName;
 }
Example #2
0
 public STPStartInfo()
 {
     this._idleTimeout      = 0xea60;
     this._minWorkerThreads = 0;
     this._maxWorkerThreads = 0x19;
     this._threadPriority   = global::System.Threading.ThreadPriority.Normal;
     this._pcInstanceName   = SmartThreadPool.DefaultPerformanceCounterInstanceName;
 }