Skip to content

T_CodeJam_PerfTests_Running_Limits_ICompetitionLimitProvider

andrewvk edited this page Nov 8, 2016 · 2 revisions

ICompetitionLimitProvider Interface

Interface for competition limit provider.

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

Syntax

C#

public interface ICompetitionLimitProvider

VB

Public Interface ICompetitionLimitProvider

F#

type ICompetitionLimitProvider =  interface end

The ICompetitionLimitProvider type exposes the following members.

Properties

 

Name Description
Public property ShortInfo Short description for the provider.
  Back to Top

Methods

 

Name Description
Public method TryGetActualValues Actual values for the benchmark.
Public method TryGetCompetitionLimit Limits for the benchmark.
  Back to Top

See Also

Reference

CodeJam.PerfTests.Running.Limits Namespace

Clone this wiki locally