RetryAction<T>.

RetryAction(int) Constructor

Namespace
GitVersion.Helpers
Containing Type
RetryAction<T>

Syntax

public RetryAction(int maxRetries = 5)

Parameters

Name Type Description
maxRetries int

Return Value

Type Description
void
GitHub