ContentsIndexHome
PreviousUpNext
JobConfig.JobConfig Constructor (string, string, string, TimeSpan, DateTime, ProcedureCall)

Creates a new JobConfig throws ArgumentException if the arguments have null or empty values

C#
public JobConfig(string projectName, string projectVersion, string sessionName, TimeSpan timeout, DateTime scheduleAt, 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 
DateTime scheduleAt 
the time at which to start the job 
ProcedureCall procedureCall 
the ProcedureCall that will be invoked when starting this job 
description 
the description of the to created job 
Copyright (c) 1993–2018 by AIMMS B.V. All rights reserved