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
)
Public Shared Function AddTasksToRun (
collectionOfTasks As List(Of TasksToRun),
taskType As String,
forceInsert As Boolean
) As Integer
public:
static int AddTasksToRun(
List<TasksToRun^>^ collectionOfTasks,
String^ taskType,
bool forceInsert
)
static member AddTasksToRun :
collectionOfTasks : List<TasksToRun> *
taskType : string *
forceInsert : bool -> int
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:
Int32Number of items to add.
See Also