RetryAction<T, Result>.

RetryAction(int) Constructor

Namespace
GitVersion.Helpers
Containing Type
RetryAction<T, Result>

Syntax

public RetryAction(int maxRetries = 5)

Parameters

Name Type Description
maxRetries int

Return Value

Type Description
void
GitHub