Esempio n. 1
0
 protected override void InternalCompute()
 {
     ComputeEvent.Set();
     ComputedEvent.WaitOne(TimeoutDelay);
     ThrowIfCancellationRequested();
 }
 protected override void InternalCompute()
 {
     ComputeEvent.Set();
     ComputedEvent.WaitOne(TimeoutDelay);
 }