ComputeRetryDelay(TimeSpan?)
abstract
public abstract TimeSpan ComputeRetryDelay(TimeSpan? previous) Computes the retry delay based on the rest of the information. Is overridden by subclasses that represent specific categories of issues.
Parameters
previousTimeSpan?- The previously used retry delay
