RetryManager Constructor (Int32, TimeSpan)
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
- delay
Type: System.TimeSpan
.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.