Click here to Skip to main content
15,885,365 members
Articles / Programming Languages / C#

Object-oriented Approach to Retry Pattern

Rate me:
Please Sign up or sign in to vote.
4.87/5 (11 votes)
17 Jan 2021CPOL3 min read 8.9K   123   11  
How to implement your retry strategy in an object-oriented way
This article will show you how to implement the retry pattern in an object-oriented way with separation of concerns and testability in mind.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Czech Republic Czech Republic
I started programming in Basic in 1989, learned Pascal in 1993, switched to C/C++ in 1997, discovered Java in 2001 and finally settled with C#/.NET in 2003.

Comments and Discussions