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

Creates a new JobConfig using the default timeout of one hour. 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, String description, ProcedureCall procedureCall);
Parameters 
Description 
String projectName 
the name of the project 
String projectVersion 
the version of project 
String description 
the description of the to be created job 
ProcedureCall procedureCall 
the ProcedureCall that will be invoked when starting this job 
Copyright (c) 1993–2018 by AIMMS B.V. All rights reserved