ContentsIndexHome
PreviousUpNext
JobConfig.JobConfig Constructor (String, String, TimeSpan, ProcedureCall)

Creates a new JobConfig using the default description 'PRO API job'. The job will be executed as soon as possible. throws ArgumentException if the arguments have null or empty values

C#
public JobConfig(String projectName, String projectVersion, TimeSpan timeout, ProcedureCall procedureCall);
Parameters 
Description 
String projectName 
the name of the project 
String projectVersion 
the version of project 
TimeSpan timeout 
the maximum amount of time to run 
ProcedureCall procedureCall 
the ProcedureCall that will be invoked when starting this job 
Copyright (c) 1993–2018 by AIMMS B.V. All rights reserved