Click or drag to resize

TasksToRunHelperUpdateTasksRuntime Method

Changes run time for a set of tasks.

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 UpdateTasksRuntime(
	Guid[] guids,
	string taskType,
	DateTime runTime
)

Parameters

guids
Type: SystemGuid
The item guids.
taskType
Type: SystemString
Type of the task.
runTime
Type: SystemDateTime

[Missing <param name="runTime"/> documentation for "M:Atomia.Billing.Core.Sdk.BusinessLogic.TasksToRunHelper.UpdateTasksRuntime(System.Guid[],System.String,System.DateTime)"]

Return Value

Type: Int32
Number of updated tasks.
See Also