Skip to content

M_CodeJam_PerfTests_Running_Limits_ICompetitionLimitProvider_TryGetCompetitionLimit

andrewvk edited this page Nov 8, 2016 · 2 revisions

ICompetitionLimitProvider.TryGetCompetitionLimit Method

Limits for the benchmark.

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

Syntax

C#

CompetitionLimit TryGetCompetitionLimit(
	Benchmark benchmark,
	Summary summary
)

VB

Function TryGetCompetitionLimit ( 
	benchmark As Benchmark,
	summary As Summary
) As CompetitionLimit

F#

abstract TryGetCompetitionLimit : 
        benchmark : Benchmark * 
        summary : Summary -> CompetitionLimit 

Parameters

 

benchmark
Type: Benchmark
The benchmark.
summary
Type: Summary
Summary for the run.

Return Value

Type: CompetitionLimit
Limits for the benchmark or null if none.

See Also

Reference

ICompetitionLimitProvider Interface
CodeJam.PerfTests.Running.Limits Namespace

Clone this wiki locally