-
Couldn't load subscription status.
- Fork 35
P_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase_DefaultMaxRerunsIfValidationFailed
andrewvk edited this page Nov 8, 2016
·
2 revisions
Maximum count of retries performed if the limit checking failed.
Namespace: CodeJam.PerfTests.Running.Core
Assembly: 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
GetF#
abstract DefaultMaxRerunsIfValidationFailed : int with get
override DefaultMaxRerunsIfValidationFailed : int with getType: Int32
The maximum count of retries performed if the validation failed.
CompetitionRunnerBase Class
CodeJam.PerfTests.Running.Core Namespace