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: 2.0.0
Syntax
IEnumerable<ITaskServerJobInfo> TaskServers { get; }

Property Value

Type: 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