Sometimes we want to repeat attempt after first unsuccessful attempt. Sometimes when we get exception it is timeout or something like that. So, we could repeat again and maybe we do what we want. I think that you can use Polly for it.
Continue reading “Polly – exception handling policies”