Click or drag to resize
IntegrationTaskInfoProviderDeleteIntegrationTaskInfo Method (Int32)
Deletes integration task with specified ID.

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

Parameters

taskId
Type: SystemInt32
Integration task ID
See Also