This documentation is archived and is not being maintained.
RetryManager Constructor (Int32, Action<Exception>)
Visual Studio 2013
Initializes a new instance of the the RetryManager class.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Parameters
- retryCount
- Type: System::Int32
The number of retries.
- onException
- Type: System::Action<Exception>
A callback method that will be called if exception is thrown.
- 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.
Show: