Skip to content

Instantly share code, notes, and snippets.

@mwadams
Created May 22, 2013 22:11
Show Gist options
  • Save mwadams/5631363 to your computer and use it in GitHub Desktop.
Save mwadams/5631363 to your computer and use it in GitHub Desktop.
ISomeService someTasks = new MyService();
var result = Retriable.Retry(() => someTasks.SecondTask(someTasks.FirstTask()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment