RetryManager Constructor (Int32)
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 _
)
public RetryManager(
int retryCount
)
public:
RetryManager(
int retryCount
)
new :
retryCount:int -> RetryManager
public function RetryManager(
retryCount : int
)
Parameters
retryCount
Type: System.Int32The number of 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.