Beispiel #1
0
 /// <summary>
 /// Sets task timeout for the next executed task on this projection in the current thread.
 /// When task starts execution, the timeout is reset, so one timeout is used only once.
 /// </summary>
 /// <param name="timeout">Computation timeout in milliseconds.</param>
 public void WithTimeout(long timeout)
 {
     UU.ComputeWithTimeout(Target, timeout);
 }