OASySDNA.MoC.Common.Retries Namespace
- Last UpdatedApr 08, 2026
- 1 minute read
OASySDNA.MoC.Common.Retry contains implementations to attempt a given action multiple times.
| Class | Description | |
|---|---|---|
![]() | Retry | Retries an action a specified number of times. Throws an aggregate exception if all attempts fail. |
| Interface | Description | |
|---|---|---|
![]() | IRetry | Retries an action a specified number of times. Throws an aggregate exception if all attempts fail. |

