Click or drag to resize
IntegrationTaskInfoProviderDeleteIntegrationTaskInfo Method (IntegrationTaskInfo)
Deletes specified integration task.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static void DeleteIntegrationTaskInfo(
	IntegrationTaskInfo taskObj
)

Parameters

taskObj
Type: CMS.SynchronizationIntegrationTaskInfo
Integration task to be deleted
See Also