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
)
Public Shared Function UpdateTasksRuntime (
guids As Guid(),
taskType As String,
runTime As DateTime
) As Integer
public:
static int UpdateTasksRuntime(
array<Guid>^ guids,
String^ taskType,
DateTime runTime
)
static member UpdateTasksRuntime :
guids : Guid[] *
taskType : string *
runTime : DateTime -> int
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:
Int32Number of updated tasks.
See Also