Click or drag to resize

TasksToRunHelperDeletePendingTasksForItem Method

Deletes the pending tasks for item.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static int DeletePendingTasksForItem(
	Guid itemId,
	string[] taskTypes = null
)

Parameters

itemId
Type: SystemGuid
The item identifier.
taskTypes (Optional)
Type: SystemString
The task types.

Return Value

Type: Int32
Number of deleted tasks.
See Also