Click or drag to resize

TasksToRunHelperGetItemIdsForExecution Method (String, Int32, Guid, Guid, Boolean)

Gets guids for items that are approved (or other status) for execution.

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 List<Guid> GetItemIdsForExecution(
	string taskType,
	int tasksCount,
	Guid[] resellerIds,
	Guid[] excludedReselleIds,
	bool includeAllCustomerRelatedTasks
)

Parameters

taskType
Type: SystemString
Type of the task.
tasksCount
Type: SystemInt32
The tasks count.
resellerIds
Type: SystemGuid
The reseller ids.
excludedReselleIds
Type: SystemGuid
The excluded reselle ids.
includeAllCustomerRelatedTasks
Type: SystemBoolean
True if all related tasks to the customer should be included, otherwise false.

Return Value

Type: ListGuid
List of guids.
See Also