Click or drag to resize

TasksToRunHelperAddTasksToRun Method

Add collection of tasks to db.

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 int AddTasksToRun(
	List<TasksToRun> collectionOfTasks,
	string taskType,
	bool forceInsert
)

Parameters

collectionOfTasks
Type: System.Collections.GenericListTasksToRun
The collection of tasks.
taskType
Type: SystemString
Type of the task.
forceInsert
Type: SystemBoolean
The force insert flag.

Return Value

Type: Int32
Number of items to add.
See Also