IJob |
The IJobServerTaskProtocol type exposes the following members.
| Name | Description | |
|---|---|---|
| GetAdditionalPartitions | Gets additional partitions for a task that has finished processing all its current partitions. | |
| GetPartitionsForTask | Gets the partitions that are currently assigned to a task. | |
| NotifyStartPartitionProcessing | Notifies the job server that a task is about to start processing the specified partition. |
This interface is used by the TaskExecutionUtility class. It shouldn't be used elsewhere.