- Namespace
-
GitVersion
.Helpers - Base Types
-
- object
-
RetryAction
<T, bool>
graph BT Type-->Base0["RetryAction<T, bool>"]
Base0-->Base1["object"] Type["RetryAction<T>"]
class Type type-node
Syntax
public class RetryAction<T> : RetryAction<T, bool> where T : Exception
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Summary |
---|---|
RetryAction |
Methods
Name | Value | Summary |
---|---|---|
Execute |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|
NotNull |
T |
From
CommonExtensions
|