Skip to content

Instantly share code, notes, and snippets.

@renestein
Last active August 29, 2015 14:02
Show Gist options
  • Save renestein/a234aa0a3cd099f03bdf to your computer and use it in GitHub Desktop.
Save renestein/a234aa0a3cd099f03bdf to your computer and use it in GitHub Desktop.
....
catch (OperationCanceledException e)
{
Trace.WriteLine(e);
if (m_stopCancelTokenSource.IsCancellationRequested)
{
break;
}
usedCancellationToken = CancellationToken.None;
searchForTask = !tasksLimitReached();
}
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment