| 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
)
Public Sub New (
timeStamp As Long,
jobs As String,
logFileName As String,
logFileFullPath As String,
stopOnFailedJob As Boolean,
destinationParameters As NameValueCollection
)
Parameters
- timeStamp
- Type: SystemInt64
- jobs
- Type: SystemString
- logFileName
- Type: SystemString
- logFileFullPath
- Type: SystemString
- stopOnFailedJob
- Type: SystemBoolean
- destinationParameters
- Type: System.Collections.SpecializedNameValueCollection
See Also