Click or drag to resize

TasksToRunHelperGetItemIdsForExecution Method (String, Int32, Guid, Guid)

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
)

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.

Return Value

Type: ListGuid
List of guids.
See Also