There was an error while loading. Please reload this page.
Helper for custom configs: creates configuration that should be used in case the existing limits should be ignored.
Namespace: CodeJam.PerfTestsAssembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static ManualCompetitionConfig CreateDefaultConfigReannotate( IJob job = null )
VB
Public Shared Function CreateDefaultConfigReannotate ( Optional job As IJob = Nothing ) As ManualCompetitionConfig
F#
static member CreateDefaultConfigReannotate : ?job : IJob (* Defaults: let _job = defaultArg job null *) -> ManualCompetitionConfig
null
Type: ManualCompetitionConfigConfiguration that should be used in case the existing limits should be ignored.
CompetitionHelpers ClassCodeJam.PerfTests Namespace