Skip to content

Instantly share code, notes, and snippets.

@aramkoukia
Created March 20, 2018 02:01
Show Gist options
  • Select an option

  • Save aramkoukia/fb9db1aa16b8aeb25e1347241a50e4a9 to your computer and use it in GitHub Desktop.

Select an option

Save aramkoukia/fb9db1aa16b8aeb25e1347241a50e4a9 to your computer and use it in GitHub Desktop.
Policy
.Timeout(30, onTimeout: (context, timespan, task) =>
{
YourFunctionWhenTimeout();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment