- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_PerfTests_Running_Limits_CompetitionLimitProviderBase_TryGetActualValues
        andrewvk edited this page Nov 8, 2016 
        ·
        2 revisions
      
    Actual values for the benchmark.
Namespace: CodeJam.PerfTests.Running.Limits
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public CompetitionLimit TryGetActualValues(
	Benchmark benchmark,
	Summary summary
)VB
Public Function TryGetActualValues ( 
	benchmark As Benchmark,
	summary As Summary
) As CompetitionLimitF#
abstract TryGetActualValues : 
        benchmark : Benchmark * 
        summary : Summary -> CompetitionLimit 
override TryGetActualValues : 
        benchmark : Benchmark * 
        summary : Summary -> CompetitionLimit 
- benchmark
- Type: Benchmark
 The benchmark.
- summary
- Type: Summary
 Summary for the run.
Type: CompetitionLimit
Actual values for the benchmark or null if none.
ICompetitionLimitProvider.TryGetActualValues(Benchmark, Summary)
CompetitionLimitProviderBase Class
CodeJam.PerfTests.Running.Limits Namespace