Click or drag to resize

IJobInfoTaskServers Property

Gets job-specific information about the task servers.

Namespace: Ookii.Jumbo.Jet.Scheduling
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
IEnumerable<ITaskServerJobInfo> TaskServers { get; }

Property Value

IEnumerableITaskServerJobInfo
A list of the task servers.
Remarks

This list contains all task servers known to the job server when this scheduling pass started. These objects contain job-specific information related to each server, so should only be used when scheduling tasks for this job.

See Also