Click or drag to resize

IntegrationJobFinishedIntegrationArgs Constructor

Namespace:  Dynamicweb.DataIntegration.Integration.Notifications
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public JobFinishedIntegrationArgs(
	bool jobFailed,
	string logFile,
	Job job
)

Parameters

jobFailed
Type: SystemBoolean
logFile
Type: SystemString
job
Type: Dynamicweb.DataIntegration.IntegrationJob
See Also