ConnectionIssue.ComputeRetryDelay(Nullable<TimeSpan>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the retry delay based on the rest of the information. Is overridden by subclasses that represent specific categories of issues.
public abstract TimeSpan ComputeRetryDelay (TimeSpan? previous);
abstract member ComputeRetryDelay : Nullable<TimeSpan> -> TimeSpan
Public MustOverride Function ComputeRetryDelay (previous As Nullable(Of TimeSpan)) As TimeSpan