RetryAction<T> Class

Namespace
GitVersion.Helpers
Base Types
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(int)

Methods

Name Value Summary
Execute(Action) void

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<RetryAction<T>>(string) T
GitHub