Skip to content

M_CodeJam_PerfTests_Running_Core_AppConfigHelpers_CreateAppCompetitionConfig

andrewvk edited this page Nov 8, 2016 · 2 revisions

AppConfigHelpers.CreateAppCompetitionConfig Method

Reusable factory method for the config.

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

Syntax

C#

public static ManualCompetitionConfig CreateAppCompetitionConfig(
	Assembly targetAssembly,
	AppConfigOptions createOptions,
	IJob job = null
)

VB

Public Shared Function CreateAppCompetitionConfig ( 
	targetAssembly As Assembly,
	createOptions As AppConfigOptions,
	Optional job As IJob = Nothing
) As ManualCompetitionConfig

F#

static member CreateAppCompetitionConfig : 
        targetAssembly : Assembly * 
        createOptions : AppConfigOptions * 
        ?job : IJob 
(* Defaults:
        let _job = defaultArg job null
*)
-> ManualCompetitionConfig 

Parameters

 

targetAssembly
Type: System.Reflection.Assembly
The assembly for which the config should be created.
createOptions
Type: CodeJam.PerfTests.Running.Core.AppConfigOptions
Assembly-level options.
job (Optional)
Type: IJob
The job for the config. Default one will be used if null.

Return Value

Type: ManualCompetitionConfig
Config for the competition.

See Also

Reference

AppConfigHelpers Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally