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
)
Public Shared Function GetItemIdsForExecution (
taskType As String,
tasksCount As Integer,
resellerIds As Guid(),
excludedReselleIds As Guid()
) As List(Of Guid)
public:
static List<Guid>^ GetItemIdsForExecution(
String^ taskType,
int tasksCount,
array<Guid>^ resellerIds,
array<Guid>^ excludedReselleIds
)
static member GetItemIdsForExecution :
taskType : string *
tasksCount : int *
resellerIds : Guid[] *
excludedReselleIds : Guid[] -> List<Guid>
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