Click or drag to resize
IntegrationTaskInfoProviderDeleteIntegrationTaskInfoInternal Method
Deletes specified integration task.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteIntegrationTaskInfoInternal(
	IntegrationTaskInfo taskObj
)

Parameters

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