Click or drag to resize

JobTask Constructor

Initializes a new instance of the JobTask class

Namespace:  Dynamicweb.DataIntegration.Integration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public JobTask(
	long timeStamp,
	string jobs,
	string logFileName,
	string logFileFullPath,
	bool stopOnFailedJob,
	NameValueCollection destinationParameters
)

Parameters

timeStamp
Type: SystemInt64
jobs
Type: SystemString
logFileName
Type: SystemString
logFileFullPath
Type: SystemString
stopOnFailedJob
Type: SystemBoolean
destinationParameters
Type: System.Collections.SpecializedNameValueCollection
See Also