TasksToRunHelperAddItemsForScheduling Method (ListObject, String, String, Boolean, 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
Syntaxpublic static void AddItemsForScheduling(
	List<Object> items,
	string taskType,
	string itemType,
	bool autoRenewal,
	bool forceInsert
)
Public Shared Sub AddItemsForScheduling ( 
	items As List(Of Object),
	taskType As String,
	itemType As String,
	autoRenewal As Boolean,
	forceInsert As Boolean
)
public:
static void AddItemsForScheduling(
	List<Object^>^ items, 
	String^ taskType, 
	String^ itemType, 
	bool autoRenewal, 
	bool forceInsert
)
static member AddItemsForScheduling : 
        items : List<Object> * 
        taskType : string * 
        itemType : string * 
        autoRenewal : bool * 
        forceInsert : 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]. - forceInsert
 - Type: SystemBoolean
The force insert flag. 
See Also