Click or drag to resize

IJobServerTaskProtocol Interface

Protocol used by tasks to communicate with the job server. For Jumbo internal use only.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public interface IJobServerTaskProtocol

The IJobServerTaskProtocol type exposes the following members.

Methods
 NameDescription
Public methodGetAdditionalPartitions Gets additional partitions for a task that has finished processing all its current partitions.
Public methodGetPartitionsForTask Gets the partitions that are currently assigned to a task.
Public methodNotifyStartPartitionProcessing Notifies the job server that a task is about to start processing the specified partition.
Top
Remarks

This interface is used by the TaskExecutionUtility class. It shouldn't be used elsewhere.

See Also