We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Maximum count of retries performed if the limit checking failed.
Namespace: CodeJam.PerfTests.Running.CoreAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected virtual int DefaultMaxRerunsIfValidationFailed { get; }
VB
Protected Overridable ReadOnly Property DefaultMaxRerunsIfValidationFailed As Integer Get
F#
abstract DefaultMaxRerunsIfValidationFailed : int with get override DefaultMaxRerunsIfValidationFailed : int with get
Type: Int32The maximum count of retries performed if the validation failed.
CompetitionRunnerBase ClassCodeJam.PerfTests.Running.Core Namespace