- Namespace
- global
- Base Types
-
- object
graph BT Type-->Base0["object"] Type["RetryAction<T,
Result>"] class Type type-node
Syntax
public class RetryAction<T, Result> where T : Exception
Type Parameters
| Name | Description |
|---|---|
| T | |
| Result |
Constructors
| Name | Summary |
|---|---|
|
RetryAction |
Methods
| Name | Value | Summary |
|---|---|---|
|
Execute |
Result |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
From
CommonExtensions
|