| ModuleSpecificIntegrationBaseRun Method |
Namespace:
Dynamicweb.DataIntegration.Providers.ModuleSpecificIntegrations
Assembly:
Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax public abstract bool Run(
string jobName,
string logFile
)
Public MustOverride Function Run (
jobName As String,
logFile As String
) As Boolean
Parameters
- jobName
- Type: SystemString
- logFile
- Type: SystemString
Return Value
Type:
BooleanSee Also