This documentation is archived and is not being maintained.

RetryManager Constructor (Int32, TimeSpan)

Initializes a new instance of the the RetryManager class.

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

public:
RetryManager(
	int retryCount, 
	TimeSpan delay
)

Parameters

retryCount
Type: System::Int32

The number of retries.

delay
Type: System::TimeSpan

A delay between retries.

Show: