Click or drag to resize

ITaskServerJobInfoAssignTask Method

Assigns the specified task to this server.

Namespace:  Ookii.Jumbo.Jet.Scheduling
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
void AssignTask(
	ITaskInfo task,
	int? dataDistance = null
)

Parameters

task
Type: Ookii.Jumbo.Jet.SchedulingITaskInfo
The task.
dataDistance (Optional)
Type: SystemNullableInt32
The distance of the input data, if this task is a task with data input.
See Also