Пример #1
0
		protected TaskScheduler ()
		{
			this.id = Interlocked.Increment (ref lastId);
			this.proxy = new SchedulerProxy (this);
		}
Пример #2
0
 protected TaskScheduler()
 {
     this.id    = Interlocked.Increment(ref lastId);
     this.proxy = new SchedulerProxy(this);
 }