The Retry type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| DoBetween |
Specifies a custom action to be executed between each consecutive attempt, but not before the first one.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Repeat |
Specifies the maximum number of evaluation attempts, before the Until(Func<(Of <(Boolean>)>)), or
Until(WaitHandle) operation fails.
| |
| ToString | (Inherited from Object.) | |
| Until | Overloaded. | |
| WithFailureMessage |
Specifies a custom formatted message to be added to the text of the assertion raised when
the retry operation has failed.
| |
| WithPolling | Overloaded. | |
| WithTimeout | Overloaded. |
Extension Methods
| Name | Description | |
|---|---|---|
| Format | Overloaded. |
