TasksToRunHelperAddItemsForScheduling Method (ListObject, String, String, Boolean) |
Fills TasksToRun table with passed items for scheduling.
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 void AddItemsForScheduling(
List<Object> items,
string taskType,
string itemType,
bool autoRenewal
)
Public Shared Sub AddItemsForScheduling (
items As List(Of Object),
taskType As String,
itemType As String,
autoRenewal As Boolean
)
public:
static void AddItemsForScheduling(
List<Object^>^ items,
String^ taskType,
String^ itemType,
bool autoRenewal
)
static member AddItemsForScheduling :
items : List<Object> *
taskType : string *
itemType : string *
autoRenewal : bool -> unit
Parameters
- items
- Type: System.Collections.GenericListObject
The items. - taskType
- Type: SystemString
Type of the task. - itemType
- Type: SystemString
Type of the item. - autoRenewal
- Type: SystemBoolean
if set to true [auto renewal].
See Also