RetryManager Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
RetryManager(Int32) | Initializes a new instance of the the RetryManager class. | |
RetryManager(Int32, Action<Exception>) | Initializes a new instance of the the RetryManager class. | |
RetryManager(Int32, TimeSpan) | Initializes a new instance of the the RetryManager class. | |
RetryManager(Int32, TimeSpan, Action<Exception>) | Initializes a new instance of the the RetryManager class. |
Top