RetryAction<T> Class

Summary

Executes an action with automatic linear-backoff retries when a T exception is thrown, discarding the return value.
Namespace
GitVersion.Helpers
Base Types
  • object
graph BT Type-->Base0["object"] Type["RetryAction<T>"] class Type type-node

Syntax

public class RetryAction<T>

Type Parameters

Name Description
T

Extension Methods

Name Value Summary
NotNull<RetryAction<T>>(string) T
Throws ArgumentNullException when value is null; otherwise returns the value.
GitHub