Edit

TestManagementRetryHelper Constructor

Definition

public TestManagementRetryHelper(int maxRetries, Nullable<TimeSpan> minBackoff = null, Nullable<TimeSpan> maxBackoff = null, Nullable<TimeSpan> deltaBackoff = null, Func<Exception,bool> canRetryDelegate = null);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementRetryHelper : int * Nullable<TimeSpan> * Nullable<TimeSpan> * Nullable<TimeSpan> * Func<Exception, bool> -> Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementRetryHelper
Public Sub New (maxRetries As Integer, Optional minBackoff As Nullable(Of TimeSpan) = null, Optional maxBackoff As Nullable(Of TimeSpan) = null, Optional deltaBackoff As Nullable(Of TimeSpan) = null, Optional canRetryDelegate As Func(Of Exception, Boolean) = null)

Parameters

maxRetries
Int32
minBackoff
Nullable<TimeSpan>
maxBackoff
Nullable<TimeSpan>
deltaBackoff
Nullable<TimeSpan>
canRetryDelegate
Func<Exception,Boolean>

Applies to