Click or drag to resize

IJob.AddTask Method

Adds a task to Job.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntax
void AddTask(
	Task task
)

Parameters

task
Type: AGI.Parallel.Infrastructure.Task
The task to be added to Job.
Exceptions
ExceptionCondition
ArgumentExceptionIf the task has already been added to the Job.
See Also

STK Parallel Computing Server 2.10 API for .NET