Click or drag to resize

IJobAddTask Method

Adds a task to Job.

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

Parameters

task
Type: AGI.Parallel.InfrastructureTask
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.9 API for .NET