PrimaryOperationFailed.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 override TimeSpan ComputeRetryDelay (TimeSpan? previous);
override this.ComputeRetryDelay : Nullable<TimeSpan> -> TimeSpan
Public Overrides Function ComputeRetryDelay (previous As Nullable(Of TimeSpan)) As TimeSpan