- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_PerfTests_Running_Core_AppConfigHelpers_CreateAppCompetitionConfig
        andrewvk edited this page Nov 8, 2016 
        ·
        2 revisions
      
    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)
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 ManualCompetitionConfigF#
static member CreateAppCompetitionConfig : 
        targetAssembly : Assembly * 
        createOptions : AppConfigOptions * 
        ?job : IJob 
(* Defaults:
        let _job = defaultArg job null
*)
-> ManualCompetitionConfig 
- 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 ifnull. 
Type: ManualCompetitionConfig
Config for the competition.
AppConfigHelpers Class
CodeJam.PerfTests.Running.Core Namespace