Skip to content

P_CodeJam_PerfTests_Configs_ReadOnlyCompetitionConfig_MaxRunsAllowed

andrewvk edited this page Nov 8, 2016 · 2 revisions

ReadOnlyCompetitionConfig.MaxRunsAllowed Property

Total count of reruns allowed. Set this to zero to use default limit of 10 runs. (limit value can be overriden by CompetitionRunnerBase implementation).

Namespace: CodeJam.PerfTests.Configs
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public int MaxRunsAllowed { get; }

VB

Public ReadOnly Property MaxRunsAllowed As Integer
	Get

F#

abstract MaxRunsAllowed : int with get
override MaxRunsAllowed : int with get

Property Value

Type: Int32
The upper limits of rerun count.

Implements

ICompetitionConfig.MaxRunsAllowed

See Also

Reference

ReadOnlyCompetitionConfig Class
CodeJam.PerfTests.Configs Namespace

Clone this wiki locally