Пример #1
0
 /// <summary>
 /// Sets no-failover flag for the next executed task on this projection in the current thread.
 /// If flag is set, job will be never failed over even if remote node crashes or rejects execution.
 /// When task starts execution, the no-failover flag is reset, so all other task will use default
 /// failover policy, unless this flag is set again.
 /// </summary>
 public void WithNoFailover()
 {
     UU.ComputeWithNoFailover(Target);
 }