0
kicks
Cloudy RetryPolicy from the Windows Azure framework
One of the little gems found in the Windows Azure SDK Sources is the RetryPolicy development pattern. It allows to define complex policies that allow you to retry on certain exceptions, retry with different limits and wait intervals. Basically, that's the things you need to build a reliable cloud computing solution. Just see the code snippet below: