Share via


RetryManager Constructor (Int32, TimeSpan, Action<Exception>)

Initializes a new instance of the the RetryManager class.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    retryCount As Integer, _
    delay As TimeSpan, _
    onException As Action(Of Exception) _
)
public RetryManager(
    int retryCount,
    TimeSpan delay,
    Action<Exception> onException
)
public:
RetryManager(
    int retryCount, 
    TimeSpan delay, 
    Action<Exception^>^ onException
)
new : 
        retryCount:int * 
        delay:TimeSpan * 
        onException:Action<Exception> -> RetryManager
public function RetryManager(
    retryCount : int, 
    delay : TimeSpan, 
    onException : Action<Exception>
)

Parameters

.NET Framework Security

See Also

Reference

RetryManager Class

RetryManager Overload

Microsoft.TeamFoundation.Common Namespace