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 _
)
public RetryManager(
    int retryCount,
    TimeSpan delay
)
public:
RetryManager(
    int retryCount, 
    TimeSpan delay
)
new : 
        retryCount:int * 
        delay:TimeSpan -> RetryManager
public function RetryManager(
    retryCount : int, 
    delay : TimeSpan
)
Parameters
- retryCount 
 Type: System.Int32- The number of retries. 
- delay 
 Type: System.TimeSpan- A delay between retries. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.