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
)
Public Shared Function DeletePendingTasksForItem (
itemId As Guid,
Optional taskTypes As String() = Nothing
) As Integer
public:
static int DeletePendingTasksForItem(
Guid itemId,
array<String^>^ taskTypes = nullptr
)
static member DeletePendingTasksForItem :
itemId : Guid *
?taskTypes : string[]
(* Defaults:
let _taskTypes = defaultArg taskTypes null
*)
-> int
Parameters
- itemId
- Type: SystemGuid
The item identifier. - taskTypes (Optional)
- Type: SystemString
The task types.
Return Value
Type:
Int32Number of deleted tasks.
See Also