TestManagementRetryHelper Constructor
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.
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